From: Jan-Christoph Borchardt Date: Wed, 7 Aug 2013 19:53:25 +0000 (+0200) Subject: prepend the new app before the 'More apps' function X-Git-Tag: v6.0.0alpha2~334^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=775f33cc1b64bdd6ed48039fdd91331f0e91826d;p=nextcloud-server.git prepend the new app before the 'More apps' function --- diff --git a/settings/js/apps.js b/settings/js/apps.js index 0540d9b1c58..66606afad80 100644 --- a/settings/js/apps.js +++ b/settings/js/apps.js @@ -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();