diff options
| -rw-r--r-- | template/fullscreen.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/fullscreen.st b/template/fullscreen.st index 953931e..79c3934 100644 --- a/template/fullscreen.st +++ b/template/fullscreen.st @@ -217,7 +217,7 @@ "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) { + if (window.location.href.indexOf("nologin") != -1) { jQuery("#loginbox").hide(); } document.getElementById("big-image").innerHTML = "<img src='" + choice(urls) + "'>" |
