diff --git a/prefs.js b/prefs.js index 062a7ea1a..302326ce7 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); }