From 5225d4209e52790af6bad454d7b6da6953551ace Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Nov 2010 14:48:35 +0300 Subject: js: code cleanup; move to async counter sending mode --- lib/pngfix.js | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 lib/pngfix.js (limited to 'lib') diff --git a/lib/pngfix.js b/lib/pngfix.js deleted file mode 100644 index c8ef4b28e..000000000 --- a/lib/pngfix.js +++ /dev/null @@ -1,27 +0,0 @@ -// stolen from http://homepage.ntlworld.com/bobosola/pngtestfixed.htm - -function correctPNG() // correctly handle PNG transparency in Win IE 5.5 or higher. - { - for(var i=0; i" - img.outerHTML = strNewHTML - i = i-1 - } - } - } -window.attachEvent("onload", correctPNG); -- cgit v1.2.3-54-g00ecf