From: Andrew Dolgov Date: Wed, 4 Feb 2009 06:39:01 +0000 (+0300) Subject: viewfeed_offline: fix for undefined offset parameter X-Git-Tag: 1.3.1~114 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2a0dc5f90275d68dc167db9c299e510fae09fed8;p=tt-rss.git viewfeed_offline: fix for undefined offset parameter --- diff --git a/feedlist.js b/feedlist.js index e6599a14..4609a233 100644 --- a/feedlist.js +++ b/feedlist.js @@ -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();