summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-11-20 20:25:19 -0800
committerBharat Mediratta <bharat@menalto.com>2009-11-20 20:25:19 -0800
commit005cf8e8286b4dbc99bc47fae2662acfca855fd7 (patch)
tree6c87e1856e5ea4ad0da9a3572a4de37ebd5b3ffb
parentabad4aae3329a9ee629366b683b1127e23977cb1 (diff)
Duh. Really make the site menu invisible this time around.
-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>