offline: properly initialize localStore

master
Andrew Dolgov 16 years ago
parent 7a1ecd3983
commit 7bed756555

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

Loading…
Cancel
Save