webdav protal bugs fixe

This commit is contained in:
vfedosevich 2015-01-16 06:22:46 -08:00
parent 2beacef40e
commit 67aab39780
5 changed files with 28 additions and 18 deletions

View file

@ -14,8 +14,8 @@ var oldResourcesDivHeight = $('#resourcesDiv').height();
function GetResources() {
$.ajax({
type: 'POST',
url: '/FileSystem/ShowAdditionalContent',
data: { path: window.location.pathname },
url: '/show-additional-content',
data: { path: window.location.pathname, resourseRenderCount: $(".element-container").length },
dataType: "html",
success: function (result) {
var domElement = $(result);