mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #4598 from nextcloud/menu-flashing
Prevent flashing of apps and user menu on page load
This commit is contained in:
commit
4a05ca46d3
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue