fixing paths

This commit is contained in:
Javier Abadia 2014-01-02 17:11:34 +01:00
parent 7c5e2ccbf3
commit f28924bc30
2 changed files with 2 additions and 2 deletions

View File

@ -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() )

View File

@ -145,7 +145,7 @@
<script>
var dojoConfig = {
paths: { tiles: location.pathname.replace(/\/[^/]+$/, "") + "../lib/tiles" }
paths: { tiles: location.pathname.replace(/\/[^/]+$/, "") + "/../lib/tiles" }
}
</script>