X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0b8449d2c95c52402b4a8cc7f49362820a752cc0..bf29550db840c97cafffbe1e836750bef6c7942d:/public/javascripts/map.js diff --git a/public/javascripts/map.js b/public/javascripts/map.js index c80ed2242..fcf34336f 100644 --- a/public/javascripts/map.js +++ b/public/javascripts/map.js @@ -13,6 +13,8 @@ var nonamekeys = { }; OpenLayers._getScriptLocation = function () { + // Should really have this file as an erb, so that this can return + // the real rails root return "/openlayers/"; }