diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-01-23 11:21:27 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-01-23 11:21:34 +0100 |
commit | 48949ba04acacd5cc4039ba15266619ebe61a52b (patch) | |
tree | 6183ec00df1e6aa4c8cd40a6ab27f1826e4be8a9 /settings/apps.php | |
parent | 5fadd530888459a62c7113a916247033fb14c96c (diff) | |
download | nextcloud-server-48949ba04acacd5cc4039ba15266619ebe61a52b.tar.gz nextcloud-server-48949ba04acacd5cc4039ba15266619ebe61a52b.zip |
Move appid to external file
Diffstat (limited to 'settings/apps.php')
-rw-r--r-- | settings/apps.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/settings/apps.php b/settings/apps.php index 384e92bfbb7..b6426a31c97 100644 --- a/settings/apps.php +++ b/settings/apps.php @@ -26,10 +26,8 @@ OC_App::loadApps(); // Load the files we need OC_Util::addStyle( "settings", "settings" ); -OC_Util::addScript( "settings", "apps" ); OC_App::setActiveNavigationEntry( "core_apps" ); - function app_sort( $a, $b ) { if ($a['active'] != $b['active']) { |