diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/views/page.html.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 6c77fb72..a17b643d 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -52,6 +52,13 @@ <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() ?>> |