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
1 changed files with 2 additions and 0 deletions

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