mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:55:55 +00:00
offline: automatically set version of manifest.json (using filemtime)
This commit is contained in:
@@ -974,7 +974,7 @@ 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.manifestUrl = "manifest.json.php";
|
||||
store.checkForUpdate();
|
||||
|
||||
db = google.gears.factory.create('beta.database');
|
||||
|
||||
Reference in New Issue
Block a user