]> git.wh0rd.org - tt-rss.git/commitdiff
feedbrowser details: display loading prompt (2)
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 20 Jan 2009 14:37:19 +0000 (15:37 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 20 Jan 2009 14:37:19 +0000 (15:37 +0100)
prefs.js

index 062a7ea1a6cf4b447863430a2f0d2cdd96150ecd..302326ce71f22118614ad805e88f207b1ef005e9 100644 (file)
--- a/prefs.js
+++ b/prefs.js
@@ -61,6 +61,7 @@ function expand_feed_callback() {
                        container.innerHTML=xmlhttp.responseText;
 //                     container.style.display = "block";
                        Effect.Appear(container, {duration : 0.5});
+                       notify('');
                } catch (e) {
                        exception_error("expand_feed_callback", e);
                }