summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-03 18:43:44 +0300
committerAndrew Dolgov <[email protected]>2009-02-03 18:43:44 +0300
commit6a2034f9ffb51c96ceb8e5bfacb7497ffe6f0820 (patch)
treeb4b2bf4590b01af258fd7752fbccdc89b44d6132 /feedlist.js
parent95f0c2c5b3c1739faf45e21d19795471d10b67ae (diff)
add viewfeed_offline(); misc fixes
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 6e26a92fc..fbf3d9270 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -129,9 +129,21 @@ function viewNextFeedPage() {
}
}
+function viewfeed_offline(feed, subop, is_cat, subop_param, skip_history, offset) {
+ try {
+
+
+ } catch (e) {
+ exception_error("viewfeed_offline", e);
+ }
+}
+
function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
try {
+ if (offline_mode) return viewfeed_offline(feed, subop, is_cat, subop_param,
+ skip_history, offset);
+
// if (!offset) page_offset = 0;
last_requested_article = 0;