]> git.wh0rd.org - tt-rss.git/commitdiff
viewfeed_offline: fix for undefined offset parameter
authorAndrew Dolgov <fox@bah.org.ru>
Wed, 4 Feb 2009 06:39:01 +0000 (09:39 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Wed, 4 Feb 2009 06:39:01 +0000 (09:39 +0300)
feedlist.js

index e6599a148ada30a8e260ec826369cb6f88876c96..4609a233865c438b907746ea89d43bc1d3ad7559 100644 (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();