diff options
Diffstat (limited to 'themes/wind/views/page.html.php')
| -rw-r--r-- | themes/wind/views/page.html.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index 2dcc5d70..61e34145 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -91,7 +91,7 @@            <div id="g-site-menu" style="visibility: hidden">            <?= $theme->site_menu() ?>            </div> -          <script> $(document).ready(function() { $("#g-site-menu").css("visibility", "visible"); }) </script> +          <script type="text/javascript"> $(document).ready(function() { $("#g-site-menu").css("visibility", "visible"); }) </script>            <?= $theme->header_bottom() ?>          </div>  | 
