diff options
Diffstat (limited to 'themes/default/views/page.html.php')
-rw-r--r-- | themes/default/views/page.html.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index a17b643d..6c77fb72 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -52,13 +52,6 @@ <script src="<?= $theme->url("js/jquery.localscroll.js") ?>" type="text/javascript"></script> <script src="<?= $theme->url("js/ui.init.js") ?>" type="text/javascript"></script> <?= $theme->head() ?> - <? if (!empty($unauthorized)): ?> - <script type="text/javascript"> - $(document).ready(function() { - $("#gLoginLink").click(); - }); - </script> - <? endif ?> </head> <body <?= $theme->main_element_attributes() ?>> |