webdav protal bugs fixe
This commit is contained in:
parent
2beacef40e
commit
67aab39780
5 changed files with 28 additions and 18 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue