viewfeed_offline: fix for undefined offset parameter
This commit is contained in:
parent
6a4a39b95e
commit
2a0dc5f902
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue