diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-29 13:34:44 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-29 13:34:44 +0200 |
commit | 7015eb9fe5f69196196db6ac77c9ac2a922da763 (patch) | |
tree | 814ed068b1aed9c1415bf3239f48b9bf2ce2d0e1 /core | |
parent | 854dfef1992f088689f11c860cecbd5ccb6a20ed (diff) | |
download | nextcloud-server-7015eb9fe5f69196196db6ac77c9ac2a922da763.tar.gz nextcloud-server-7015eb9fe5f69196196db6ac77c9ac2a922da763.zip |
Prevent flashing of apps and user menu
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/layout.user.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 426ed4b1125..978534b869c 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -85,7 +85,7 @@ </ul> <nav role="navigation"> - <div id="navigation"> + <div id="navigation" style="display: none;"> <div id="apps"> <ul> <?php foreach($_['navigation'] as $entry): ?> @@ -134,7 +134,7 @@ </div> <div id="expandDisplayName" class="icon-settings-white"></div> </div> - <div id="expanddiv"> + <div id="expanddiv" style="display:none;"> <ul> <?php foreach($_['settingsnavigation'] as $entry):?> <li> |