summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
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;