diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-03-28 10:41:00 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-04-04 15:05:58 +0200 |
commit | 4a3538bbd854ccad51fa79d2ae060383f2bbe83d (patch) | |
tree | d606c6938ea59ccb5db82e449b58c5e1d25a27e4 /core/js | |
parent | bb37bdbfc4b2d70873dc70befc774f329de40c74 (diff) | |
download | nextcloud-server-4a3538bbd854ccad51fa79d2ae060383f2bbe83d.tar.gz nextcloud-server-4a3538bbd854ccad51fa79d2ae060383f2bbe83d.zip |
Fix app menu, popovers and searchbox
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/js.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/js/js.js b/core/js/js.js index 26dbbdb6e63..3d5f489895d 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1553,10 +1553,6 @@ function initCore() { if(appList.length-1-appCount >= 1) { appCount--; } - // show at least one icon - if(appCount < 1) { - appCount = 1; - } $('#more-apps a').removeClass('active'); var lastShownApp; |