summaryrefslogtreecommitdiff
path: root/offline.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-12 13:59:00 +0300
committerAndrew Dolgov <[email protected]>2009-02-12 13:59:00 +0300
commit0cd6bb46f7d8b8c11a8704603f9816e9f78d1ec9 (patch)
tree41981c9150e1ab67a3911541d2819f560b3c588e /offline.js
parent5fe4848b5a734bf48c118730af15d2497c1f3261 (diff)
offline: automatically set version of manifest.json (using filemtime)
Diffstat (limited to 'offline.js')
-rw-r--r--offline.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/offline.js b/offline.js
index f20559f2f..e6b77ed77 100644
--- a/offline.js
+++ b/offline.js
@@ -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');