summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-14 21:50:13 +0300
committerAndrew Dolgov <[email protected]>2010-11-14 21:58:11 +0300
commit75c510323be9682951412510d82f97d838dcb3bf (patch)
tree803eb68df08ece6ce2f95758e0656aabd41e3544 /tt-rss.js
parentb71a7df9edd13af85733f89d854e7d834fa0a468 (diff)
remove google gears
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 35927fd42..3beb9c279 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -101,8 +101,6 @@ function updateFeedList() {
try {
//console.log("updateFeedList");
- if (offline_mode) return render_offline_feedlist();
-
var query_str = "backend.php?op=feeds";
if (display_tags) {
@@ -241,11 +239,7 @@ function genericSanityCheck() {
}
function init() {
-
try {
-
- init_gears();
-
Form.disable("main_toolbar_form");
if (!genericSanityCheck())
@@ -378,8 +372,6 @@ function init_second_stage() {
resize_headlines();
- enable_offline_reading();
-
if (has_local_storage())
localStorage.clear();
@@ -1226,13 +1218,6 @@ function showFeedsWithErrors() {
function handle_rpc_reply(transport, scheduled_call) {
try {
- if (offline_mode) return false;
-
- if (!transport.responseText && db) {
- offlineConfirmModeChange();
- return false;
- }
-
if (transport.responseXML) {
if (!transport_error_check(transport)) return false;