prepend the new app before the 'More apps' function

This commit is contained in:
Jan-Christoph Borchardt 2013-08-07 21:53:25 +02:00
parent 367b248bc0
commit 775f33cc1b
1 changed files with 2 additions and 1 deletions

View File

@ -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();