From: Steinar H. Gunderson Date: Tue, 1 Aug 2006 00:10:59 +0000 (+0200) Subject: PNG-fix the close button as well. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=1408bde4764a0004702d92d106547f69f4d0c2be PNG-fix the close button as well. --- diff --git a/files/pr0n-fullscreen.js b/files/pr0n-fullscreen.js index a3573c7..39b3495 100644 --- a/files/pr0n-fullscreen.js +++ b/files/pr0n-fullscreen.js @@ -308,5 +308,8 @@ function ie_png_hack() var previous = document.getElementById("previous"); previous.outerHTML = ""; + + var close = document.getElementById("close"); + close.outerHTML = ""; } }