summaryrefslogtreecommitdiff
path: root/offline.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-11 22:07:28 +0300
committerAndrew Dolgov <[email protected]>2009-02-11 22:07:28 +0300
commit7bed756555831481383d7cd024bef6bd4bd466af (patch)
treef1b2842cfb23702da3e253e4a81cd8edd22ca88e /offline.js
parent7a1ecd398346e8fff6a0cd832e085f9e91b11dd6 (diff)
offline: properly initialize localStore
Diffstat (limited to 'offline.js')
-rw-r--r--offline.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/offline.js b/offline.js
index 7ffbc39fa..f20559f2f 100644
--- a/offline.js
+++ b/offline.js
@@ -974,6 +974,9 @@ function init_gears() {
if (window.google && google.gears) {
localServer = google.gears.factory.create("beta.localserver");
store = localServer.createManagedStore("tt-rss");
+ store.manifestUrl = "manifest.json";
+ store.checkForUpdate();
+
db = google.gears.factory.create('beta.database');
db.open('tt-rss');