diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-04-10 23:05:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-10 23:05:01 +0200 |
commit | 8d27dce71646cd0d95ad3d211564791b4b3560ce (patch) | |
tree | e002d08e60578f88687bfabb4a1265bdded18a28 /core/js | |
parent | 323ee3cbdc420f1009b6eb64b2df0f878ff39a14 (diff) | |
parent | 85cb1305102ecc7309a5e7b8909daa0b3012dead (diff) | |
download | nextcloud-server-8d27dce71646cd0d95ad3d211564791b4b3560ce.tar.gz nextcloud-server-8d27dce71646cd0d95ad3d211564791b4b3560ce.zip |
Merge pull request #9002 from nextcloud/whitespace
More whitespace: Increase header height from 45px to 50
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; |