summaryrefslogtreecommitdiff
path: root/offline.js
diff options
context:
space:
mode:
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');