X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f4dba81b6460be14cacbe067956cb74b9743a18d..c89189407f04d4d16e3756dcefb0c84d4c84b8ed:/public/javascripts/map.js 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 || {};