1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

msie compatibility fixes

This commit is contained in:
Andrew Dolgov
2006-09-29 05:45:26 +01:00
parent 11befbb22f
commit 935f235da7
4 changed files with 29 additions and 3 deletions

View File

@@ -167,6 +167,10 @@ function feedlist_init() {
debug("removed splash!");
}
if (typeof correctPNG != 'undefined') {
correctPNG();
}
} catch (e) {
exception_error("feedlist/init", e);
}