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 --- viewfeed.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'viewfeed.js') diff --git a/viewfeed.js b/viewfeed.js index 9951636cb..08b66a3cd 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -6,6 +6,9 @@ function headlines_callback() { var f = document.getElementById("headlines-frame"); f.innerHTML = xmlhttp.responseText; update_all_counters(); + if (typeof correctPNG != 'undefined') { + correctPNG(); + } notify(""); } } @@ -15,6 +18,9 @@ function article_callback() { debug("article_callback"); var f = document.getElementById("content-frame"); f.innerHTML = xmlhttp.responseText; + if (typeof correctPNG != 'undefined') { + correctPNG(); + } update_all_counters(); } } -- cgit v1.2.3