From f28924bc300ecd35d54d1350b56c3ec9e337efb4 Mon Sep 17 00:00:00 2001 From: Javier Abadia Date: Thu, 2 Jan 2014 17:11:34 +0100 Subject: [PATCH] fixing paths --- lib/tiles/offlineEnabler.js | 2 +- tiles/tiles-indexed-db.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tiles/offlineEnabler.js b/lib/tiles/offlineEnabler.js index ae348d5..cf84cbc 100644 --- a/lib/tiles/offlineEnabler.js +++ b/lib/tiles/offlineEnabler.js @@ -35,7 +35,7 @@ define([ layer.offline = { online: true, store: new DbStore(), - proxyPath: "proxy.php" + proxyPath: "../lib/proxy.php" }; if( /*false &&*/ layer.offline.store.isSupported() ) diff --git a/tiles/tiles-indexed-db.html b/tiles/tiles-indexed-db.html index c095683..31cf324 100644 --- a/tiles/tiles-indexed-db.html +++ b/tiles/tiles-indexed-db.html @@ -145,7 +145,7 @@