summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-29 05:45:26 +0100
committerAndrew Dolgov <[email protected]>2006-09-29 05:45:26 +0100
commit935f235da7481a6d5d06168f484bd9f2aa0f6ccd (patch)
treeb218ee6e3b579b835cd43f41d285119d5472e11d /feedlist.js
parent11befbb22ff3761a1d29c93fd80cc7b75502bd84 (diff)
msie compatibility fixes
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js4
1 files changed, 4 insertions, 0 deletions
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);
}