Remove hack that was needed to cope with our old asset tagging but

which now does nothing except break installation in subdirectories.
This commit is contained in:
Tom Hughes 2009-10-06 17:26:51 +00:00
parent cb57a77c3a
commit 1466ab3492

View file

@ -13,12 +13,6 @@ var nonamekeys = {
'www.openstreetmap.net': '0bd1654141c85d30b9c2ccdb5302f2e4'
};
OpenLayers._getScriptLocation = function () {
// Should really have this file as an erb, so that this can return
// the real rails root
return "/openlayers/";
}
function createMap(divName, options) {
options = options || {};