diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-04 16:25:44 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-04 16:27:24 +0100 |
commit | 688169c4b0e12302efeab07478a59a28d45f3f98 (patch) | |
tree | 5fdc2db8eecace3ff103ded3f8d26e347e05dfc0 /templates/web/fixmystreet.com/front/javascript.html | |
parent | 88933aa8df0f748dce8188cde99b6199ae070864 (diff) |
Remove need to customise OpenLayers built script.
This also allows the map to work in a proxied admin.
Upgrade Angus OL to master branch code.
Diffstat (limited to 'templates/web/fixmystreet.com/front/javascript.html')
-rw-r--r-- | templates/web/fixmystreet.com/front/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/front/javascript.html b/templates/web/fixmystreet.com/front/javascript.html index 0ccaa0870..bd59e1c6d 100644 --- a/templates/web/fixmystreet.com/front/javascript.html +++ b/templates/web/fixmystreet.com/front/javascript.html @@ -5,7 +5,7 @@ yepnope.addPrefix( 'preload', function ( resource ) { }); Modernizr.load({ load: [ - "preload![% version('/js/OpenLayers.fixmystreet.js') %]", + "preload![% version('/js/OpenLayers/OpenLayers.fixmystreet.js') %]", "preload![% version('/js/map-OpenLayers.js') %]", "preload![% version('/js/map-bing-ol.js') %]", "preload![% version('/js/map-fms.js') %]", |