From: Steinar H. Gunderson Date: Sun, 17 May 2009 21:58:47 +0000 (+0200) Subject: Unbroke infobox=0 for fullscreen mode. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=e4a4d0b99d822b49a6273e95dfc49cd7cd125404;ds=sidebyside Unbroke infobox=0 for fullscreen mode. --- diff --git a/files/pr0n-fullscreen.js b/files/pr0n-fullscreen.js index 3359067..2a43c07 100644 --- a/files/pr0n-fullscreen.js +++ b/files/pr0n-fullscreen.js @@ -135,7 +135,7 @@ function display_image(width, height, evt, filename, element_id) var main = document.getElementById("iehack"); var img = replace_image_element(url, element_id, main); - if (global_infobox != 'nobox') { + if (global_infobox != 'nobox/') { var url = "http://" + global_vhost + "/" + evt + "/" + width + "x" + height + "/box/" + filename; var boximg = replace_image_element(url, element_id + "_box", main);