mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 07:55:56 +00:00
do not autohide notify in view()
This commit is contained in:
@@ -444,7 +444,7 @@ function view(id, feed_id, skip_history) {
|
|||||||
|
|
||||||
if (!cached_article) {
|
if (!cached_article) {
|
||||||
|
|
||||||
notify_progress("Loading, please wait...");
|
notify_progress("Loading, please wait...", true);
|
||||||
|
|
||||||
} else if (cached_article && article_is_unread) {
|
} else if (cached_article && article_is_unread) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user