From 935f235da7481a6d5d06168f484bd9f2aa0f6ccd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Sep 2006 05:45:26 +0100 Subject: msie compatibility fixes --- feedlist.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'feedlist.js') diff --git a/feedlist.js b/feedlist.js index 17ca3f9ee..c097a3eb0 100644 --- a/feedlist.js +++ b/feedlist.js @@ -167,6 +167,10 @@ function feedlist_init() { debug("removed splash!"); } + if (typeof correctPNG != 'undefined') { + correctPNG(); + } + } catch (e) { exception_error("feedlist/init", e); } -- cgit v1.2.3