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:
15
tt-rss.js
15
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;
|
||||
|
||||
Reference in New Issue
Block a user