summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/wind/views/page.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php
index f5ae4aca..9c440412 100644
--- a/themes/wind/views/page.html.php
+++ b/themes/wind/views/page.html.php
@@ -88,7 +88,7 @@
<?= $theme->header_top() ?>
<!-- hide the menu and make it visible after the page has loaded, to minimize menu flicker -->
- <div id="g-site-menu" style="visibility: visible">
+ <div id="g-site-menu" style="visibility: hidden">
<?= $theme->site_menu() ?>
</div>
<script> $(document).ready(function() { $("#g-site-menu").css("visibility", "visible"); }) </script>