summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-31 07:52:52 +0100
committerAndrew Dolgov <[email protected]>2008-05-31 07:52:52 +0100
commit793ec6ff2242baf32d03558b015694e913f4bed6 (patch)
tree65bfe649619cfbf7ff6f7bdaaf6139b2adb7de94 /viewfeed.js
parent444ab38f3fe1cddb54d3442eb909f5399348e9f0 (diff)
do not autohide notify in view()
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 1cefc2d61..21e9f48bf 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -444,7 +444,7 @@ function view(id, feed_id, skip_history) {
if (!cached_article) {
- notify_progress("Loading, please wait...");
+ notify_progress("Loading, please wait...", true);
} else if (cached_article && article_is_unread) {