diff options
author | Joas Schilling <coding@schilljs.com> | 2017-03-26 20:26:05 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-03-26 20:26:05 +0200 |
commit | 433958e2e38f4d6935f695e482e80693dc0ffeb9 (patch) | |
tree | d351223caf70e4f299e07909beb04fa08ae440d0 /settings/js | |
parent | 054e161eb5f4a5c5c13ee322ae8e93ce66f01b13 (diff) | |
download | nextcloud-server-433958e2e38f4d6935f695e482e80693dc0ffeb9.tar.gz nextcloud-server-433958e2e38f4d6935f695e482e80693dc0ffeb9.zip |
Move app management to the settings menu
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'settings/js')
-rw-r--r-- | settings/js/apps.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/settings/js/apps.js b/settings/js/apps.js index d2f26578a7c..253cc7b1eaf 100644 --- a/settings/js/apps.js +++ b/settings/js/apps.js @@ -537,14 +537,10 @@ OC.Settings.Apps = OC.Settings.Apps || { } } - - - if (navEntries.length > 7) { + if (navEntries.length > 8) { $('#more-apps').show(); - $('.apps-management').hide(); } else { $('#more-apps').hide(); - $('.apps-management').show(); } } }); |