From: Andrew Dolgov Date: Tue, 20 Jan 2009 14:37:19 +0000 (+0100) Subject: feedbrowser details: display loading prompt (2) X-Git-Tag: 1.3.0~26 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=602ed7f209f8fad366361ef66437bd1a72525872;p=tt-rss.git feedbrowser details: display loading prompt (2) --- diff --git a/prefs.js b/prefs.js index 062a7ea1..302326ce 100644 --- 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); }