commit
fe79665f55
|
@ -69,7 +69,7 @@
|
|||
apppath=appfolder.substring(1, appfolder.length);
|
||||
}
|
||||
|
||||
$(listULElements).find('[data-dir="' + apppath + '"]').remove();
|
||||
$(listULElements).find('[data-dir="' + _.escape(apppath) + '"]').remove();
|
||||
|
||||
if (listULElements.childElementCount === 0) {
|
||||
var collapsibleButton = $(listULElements).parent().find('button.collapse');
|
||||
|
@ -99,7 +99,6 @@
|
|||
}
|
||||
var url = OC.generateUrl('/apps/files/?dir=' + apppath + '&view=files');
|
||||
|
||||
|
||||
var innerTagA = document.createElement('A');
|
||||
innerTagA.setAttribute("href", url);
|
||||
innerTagA.setAttribute("class", "nav-icon-files svg");
|
||||
|
|
Loading…
Reference in New Issue