summaryrefslogtreecommitdiffstats
path: root/etc/inc/authgui.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/authgui.inc')
-rw-r--r--etc/inc/authgui.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc
index 7a35800..2c4aea0 100644
--- a/etc/inc/authgui.inc
+++ b/etc/inc/authgui.inc
@@ -319,8 +319,9 @@ if ($local_ip == false) {
"cookie_test=1" +
"<?php echo $config['system']['webgui']['protocol'] == 'https' ? '; secure' : '';?>";
- if (document.cookie.indexOf("cookie_test") == -1)
+ if (document.cookie.indexOf("cookie_test") == -1) {
document.getElementById("no_cookies").style.display="";
+ }
// Delete it
document.cookie = "cookie_test=1; expires=Thu, 01-Jan-1970 00:00:01 GMT";
OpenPOWER on IntegriCloud