From 67cf0d4aa7ba5e616809e61ed4c9fbe4e5248ec2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 13 Feb 2009 12:35:35 +0300 Subject: offline: add placeholder actions dropbox --- tt-rss.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tt-rss.js') 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) { -- cgit v1.2.3-54-g00ecf