diff --git a/functions.js b/functions.js index ec24fc506..f41a4df3c 100644 --- a/functions.js +++ b/functions.js @@ -1250,7 +1250,7 @@ function qafAdd() { return } - notify("Adding feed..."); + notify("Adding feed...", true); closeInfoBox(); diff --git a/tt-rss.js b/tt-rss.js index deed09c53..ed0f17924 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -36,7 +36,7 @@ function toggleTags() { function dlg_frefresh_callback() { if (xmlhttp.readyState == 4) { - notify(xmlhttp.responseText); +// notify(xmlhttp.responseText); if (getActiveFeedId() == _qfd_deleted_feed) { var h = document.getElementById("headlines-frame");