summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-18 13:32:28 +0100
committerAndrew Dolgov <[email protected]>2006-05-18 13:32:28 +0100
commit4d4200a87b0b5005373411b2a6757324ad9af077 (patch)
tree37364f1b43ac8e9a1438c1a7991f2fe4fd8594ac /tt-rss.js
parenteff4997c1faa0c9bcdd72ff50a9ba2353b75f743 (diff)
make updating feeds notify persistent, remove p_notify calls
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 254d9af80..3fc7c0eb2 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -166,7 +166,7 @@ function backend_sanity_check_callback() {
function scheduleFeedUpdate(force) {
if (!daemon_enabled) {
- notify("Updating feeds, please wait.");
+ notify("Updating feeds, please wait.", true);
updateTitle("Updating");
}