prepend the new app before the 'More apps' function
This commit is contained in:
parent
367b248bc0
commit
775f33cc1b
|
@ -152,7 +152,8 @@ OC.Settings.Apps = OC.Settings.Apps || {
|
|||
a.prepend(filename);
|
||||
a.prepend(img);
|
||||
li.append(a);
|
||||
container.append(li);
|
||||
// prepend the new app before the 'More apps' function
|
||||
$('#apps-management').before(li);
|
||||
if (!SVGSupport() && entry.icon.match(/\.svg$/i)) {
|
||||
$(img).addClass('svg');
|
||||
replaceSVG();
|
||||
|
|
Loading…
Reference in New Issue