From e2fe806e25f26dfd5e447fb405052b94ef9f696c Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Tue, 15 May 2007 05:24:16 +0000 Subject: [PATCH] Remove pngfix.js --- blue-theme/pngfix.js | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 blue-theme/pngfix.js diff --git a/blue-theme/pngfix.js b/blue-theme/pngfix.js deleted file mode 100644 index 632a157af..000000000 --- a/blue-theme/pngfix.js +++ /dev/null @@ -1,28 +0,0 @@ -// Correctly handle PNG transparency in Win IE 5.5 or higher. -// http://homepage.ntlworld.com/bobosola. Updated 02-March-2004 - -function correctPNG() - { - for(var i=0; i" - img.outerHTML = strNewHTML - i = i-1 - } - } - } -window.attachEvent("onload", correctPNG);