summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
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);
}