X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f4dba81b6460be14cacbe067956cb74b9743a18d..ef40b61ff40881966ae4280cfdcb9f92965e9d10:/public/javascripts/map.js?ds=inline diff --git a/public/javascripts/map.js b/public/javascripts/map.js index 32953c439..a25ab1614 100644 --- a/public/javascripts/map.js +++ b/public/javascripts/map.js @@ -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 || {};