webdav portal filter + detail view added
This commit is contained in:
parent
280628e362
commit
51d432fd2e
156 changed files with 32494 additions and 260 deletions
|
@ -14,7 +14,7 @@ var oldResourcesDivHeight = $('#resourcesDiv').height();
|
|||
function GetResources() {
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: '/show-additional-content',
|
||||
url: '/storage/show-additional-content',
|
||||
data: { path: window.location.pathname, resourseRenderCount: $(".element-container").length },
|
||||
dataType: "html",
|
||||
success: function (result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue