fixing hard coded images/scripts, so that the site works better when deploy as a sub directory using passenger phusion.
This commit is contained in:
parent
6dfc83da03
commit
56c972577b
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ var nonamekeys = {
|
|||
};
|
||||
|
||||
OpenLayers._getScriptLocation = function () {
|
||||
return "/openlayers/";
|
||||
return "openlayers/";
|
||||
}
|
||||
|
||||
function createMap(divName, options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue