diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2009-01-20 15:37:19 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2009-01-20 15:37:19 +0100 |
| commit | 602ed7f209f8fad366361ef66437bd1a72525872 (patch) | |
| tree | 26786a6a955c209e2c7a409d4d9f5acd427a2202 /prefs.js | |
| parent | de84c0920297603feaf9cebb163e382f92ba26d0 (diff) | |
feedbrowser details: display loading prompt (2)
Diffstat (limited to 'prefs.js')
| -rw-r--r-- | prefs.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |