mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 10:46:49 +00:00
viewfeed_offline: fix for undefined offset parameter
This commit is contained in:
@@ -191,6 +191,8 @@ function viewfeed_offline(feed_id, subop, is_cat, subop_param, skip_history, off
|
||||
try {
|
||||
notify('');
|
||||
|
||||
if (!offset) offset = 0;
|
||||
|
||||
loading_set_progress(100);
|
||||
|
||||
clean_feed_selections();
|
||||
|
||||
Reference in New Issue
Block a user