summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-30 09:16:28 +0100
committerAndrew Dolgov <[email protected]>2006-09-30 09:16:28 +0100
commita58d997c5e60c863cb40c41e50db20f2866edfae (patch)
treef9a672b7cd51867bb77041407a15481ae5c32346
parent739cb01899d0a6bc24dd21bc9dcabbbafe457d11 (diff)
stop feedback display in dlg_frefresh_callback
-rw-r--r--functions.js2
-rw-r--r--tt-rss.js2
2 files changed, 2 insertions, 2 deletions
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");