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:
parent
cb57a77c3a
commit
1466ab3492
1 changed files with 0 additions and 6 deletions
|
@ -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 || {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue