From 2a0dc5f90275d68dc167db9c299e510fae09fed8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 4 Feb 2009 09:39:01 +0300 Subject: [PATCH] viewfeed_offline: fix for undefined offset parameter --- feedlist.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/feedlist.js b/feedlist.js index e6599a148..4609a2338 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();