1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 18:25:55 +00:00

offline: add placeholder actions dropbox

This commit is contained in:
Andrew Dolgov
2009-02-13 12:35:35 +03:00
parent a8caa4c7d3
commit 67cf0d4aa7
2 changed files with 28 additions and 0 deletions

View File

@@ -142,6 +142,10 @@ function backend_sanity_check_callback(transport) {
}
}
if (getURLParam("offline")) {
return init_offline();
}
var reply = transport.responseXML.firstChild.firstChild;
if (!reply) {