From: Andrew Dolgov Date: Fri, 13 Feb 2009 09:35:35 +0000 (+0300) Subject: offline: add placeholder actions dropbox X-Git-Tag: 1.3.1~16 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=67cf0d4aa7ba5e616809e61ed4c9fbe4e5248ec2;p=tt-rss.git offline: add placeholder actions dropbox --- diff --git a/offline.js b/offline.js index d9b32cf2..e146b55e 100644 --- a/offline.js +++ b/offline.js @@ -166,6 +166,30 @@ function viewfeed_offline(feed_id, subop, is_cat, subop_param, skip_history, off tmp += "  "; + tmp += "" + + __("Actions...") + "  " + + ""; + + tmp += ""; + tmp += ""; tmp += "
"; diff --git a/tt-rss.js b/tt-rss.js index f6eea666..e5bcbf59 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) {