mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 10:41:28 +00:00
viewfeed: do not show notify progress when offset != 0
This commit is contained in:
@@ -138,6 +138,7 @@ function viewfeed(feed, subop, is_cat, offset) {
|
|||||||
|
|
||||||
console.log(query);
|
console.log(query);
|
||||||
|
|
||||||
|
if (!offset)
|
||||||
if (!is_cat) {
|
if (!is_cat) {
|
||||||
if (!setFeedExpandoIcon(feed, is_cat, 'images/indicator_white.gif'))
|
if (!setFeedExpandoIcon(feed, is_cat, 'images/indicator_white.gif'))
|
||||||
notify_progress("Loading, please wait...", true);
|
notify_progress("Loading, please wait...", true);
|
||||||
|
|||||||
Reference in New Issue
Block a user