]> git.wh0rd.org - tt-rss.git/commitdiff
correct PNGs in some pref callbacks
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 23 Apr 2007 09:04:27 +0000 (10:04 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 23 Apr 2007 09:04:27 +0000 (10:04 +0100)
prefs.js

index c8cb35589e79e283d5a17fb448e54f124da4e335..ab8953bd402edf7711bd4e8e319e696b899e6e83 100644 (file)
--- a/prefs.js
+++ b/prefs.js
@@ -42,7 +42,7 @@ function feedlist_callback() {
 
                                caller_subop = false;
                        }
-
+                       correctPNG();
                        notify("");
                } catch (e) {
                        exception_error("feedlist_callback", e);
@@ -54,6 +54,7 @@ function filterlist_callback() {
        var container = document.getElementById('prefContent');
        if (xmlhttp.readyState == 4) {
                container.innerHTML=xmlhttp.responseText;
+               correctPNG();
                notify("");
        }
 }
@@ -76,6 +77,7 @@ function labellist_callback() {
                                checkbox.checked = true;
                        }
                }
+               correctPNG();
                notify("");
        }
 }