From: Andrew Dolgov Date: Sat, 30 Sep 2006 08:16:28 +0000 (+0100) Subject: stop feedback display in dlg_frefresh_callback X-Git-Tag: 1.2.4~59 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a58d997c5e60c863cb40c41e50db20f2866edfae;p=tt-rss.git stop feedback display in dlg_frefresh_callback --- diff --git a/functions.js b/functions.js index ec24fc50..f41a4df3 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 deed09c5..ed0f1792 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");