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

remove google gears

This commit is contained in:
Andrew Dolgov
2010-11-14 21:50:13 +03:00
parent b71a7df9ed
commit 75c510323b
12 changed files with 79 additions and 2452 deletions

View File

@@ -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;