diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-15 14:52:36 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 14:29:46 +0200 |
commit | 35308f5b09eca93b5908b4649a73dee5ab0dc915 (patch) | |
tree | 1a805d378a900c27fdbeaaa2378a6738928c44b5 /lib/base.php | |
parent | b5f0a179187bb3f10a939518c6eba72593c1f7a5 (diff) | |
download | nextcloud-server-35308f5b09eca93b5908b4649a73dee5ab0dc915.tar.gz nextcloud-server-35308f5b09eca93b5908b4649a73dee5ab0dc915.zip |
hide navigation by default, not only on small screens, first step
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php index 376bb6c1d0a..639aac83558 100644 --- a/lib/base.php +++ b/lib/base.php @@ -344,6 +344,7 @@ class OC { } OC_Util::addStyle("styles"); + OC_Util::addStyle("header"); OC_Util::addStyle("mobile"); OC_Util::addStyle("icons"); OC_Util::addStyle("fonts"); |