mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 22:11:28 +00:00
offline: properly initialize localStore
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user