mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 18:35:57 +00:00
init_gears: properly check whether gears is installed
This commit is contained in:
@@ -1479,7 +1479,7 @@ function feedBrowserSubscribe() {
|
||||
function init_gears() {
|
||||
try {
|
||||
|
||||
if (google.gears) {
|
||||
if (window.google && google.gears) {
|
||||
localServer = google.gears.factory.create("beta.localserver");
|
||||
store = localServer.createManagedStore("tt-rss");
|
||||
db = google.gears.factory.create('beta.database');
|
||||
|
||||
Reference in New Issue
Block a user