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:
Shaun McDonald 2008-09-26 15:17:30 +00:00
parent 6dfc83da03
commit 56c972577b
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ var nonamekeys = {
};
OpenLayers._getScriptLocation = function () {
return "/openlayers/";
return "openlayers/";
}
function createMap(divName, options) {