summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-13 12:35:35 +0300
committerAndrew Dolgov <[email protected]>2009-02-13 12:35:35 +0300
commit67cf0d4aa7ba5e616809e61ed4c9fbe4e5248ec2 (patch)
treee044f3ca5d1533b1a65971e5daf4fcac488da62b /tt-rss.js
parenta8caa4c7d30925f270a6ed6e279e52da96fad4b4 (diff)
offline: add placeholder actions dropbox
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index f6eea6661..e5bcbf595 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -142,6 +142,10 @@ function backend_sanity_check_callback(transport) {
}
}
+ if (getURLParam("offline")) {
+ return init_offline();
+ }
+
var reply = transport.responseXML.firstChild.firstChild;
if (!reply) {