X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=files%2Fpr0n-fullscreen.js;h=2a43c07ee0d2332922e776e08a0aa1c6dd0eb7d8;hp=335906741fc077143f1322ad454fe666dea1257f;hb=e4a4d0b99d822b49a6273e95dfc49cd7cd125404;hpb=56f651f9861e309a08ba8eb2b54bc6721e8f7afb 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);