We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 436cb02 + 806a067 commit 8e74b23Copy full SHA for 8e74b23
apps/files/js/tagsplugin.js
@@ -69,7 +69,7 @@
69
apppath=appfolder.substring(1, appfolder.length);
70
}
71
72
- $(listULElements).find('[data-dir="' + apppath + '"]').remove();
+ $(listULElements).find('[data-dir="' + _.escape(apppath) + '"]').remove();
73
74
if (listULElements.childElementCount === 0) {
75
var collapsibleButton = $(listULElements).parent().find('button.collapse');
@@ -98,7 +98,6 @@
98
apppath = appfolder.substring(1, appfolder.length);
99
100
var url = OC.generateUrl('/apps/files/?dir=' + apppath + '&view=files');
101
-
102
103
var innerTagA = document.createElement('A');
104
innerTagA.setAttribute("href", url);
0 commit comments