1
0
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:
Andrew Dolgov
2009-02-04 09:39:01 +03:00
parent 6a4a39b95e
commit 2a0dc5f902

View File

@@ -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();