1
0
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:
Andrew Dolgov
2009-02-12 13:59:00 +03:00
parent 5fe4848b5a
commit 0cd6bb46f7
3 changed files with 104 additions and 1 deletions

View File

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