summaryrefslogtreecommitdiff
path: root/template/fullscreen.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/fullscreen.st')
-rw-r--r--template/fullscreen.st3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/fullscreen.st b/template/fullscreen.st
index 38c1833..953931e 100644
--- a/template/fullscreen.st
+++ b/template/fullscreen.st
@@ -217,6 +217,9 @@
"http://dumpfm.s3.amazonaws.com/images/20110724/1311552093462-dumpfm-hologrampa-1291586335941-dumpfm-jeeeelings-cat_face_wink_hologrampa-lettuce.gif",
"http://i.asdf.us/im/be/tt7620731fltt_1315431978.gif"
]
+ if (window.location.href.indexOf("nologin") == -1) {
+ jQuery("#loginbox").hide();
+ }
document.getElementById("big-image").innerHTML = "<img src='" + choice(urls) + "'>"
initFullscreen()
jQuery(startChatUpdater)