mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 10:21:29 +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 {
|
try {
|
||||||
notify('');
|
notify('');
|
||||||
|
|
||||||
|
if (!offset) offset = 0;
|
||||||
|
|
||||||
loading_set_progress(100);
|
loading_set_progress(100);
|
||||||
|
|
||||||
clean_feed_selections();
|
clean_feed_selections();
|
||||||
|
|||||||
Reference in New Issue
Block a user