diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-15 11:43:21 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-16 18:38:23 +0100 |
commit | bef9203e2380df25372e3f8aa7c763a72ec4aa5a (patch) | |
tree | 8c57cf70250ca279d43bf4b1cf77731a151c9a28 /templates/web/base/maps/openlayers.html | |
parent | 3425a7ba037612141f75321d3d0b226e4ca0ed1e (diff) |
Move most JavaScript to end, inline the remaining.
Diffstat (limited to 'templates/web/base/maps/openlayers.html')
-rw-r--r-- | templates/web/base/maps/openlayers.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/web/base/maps/openlayers.html b/templates/web/base/maps/openlayers.html index b9dc0747c..bc71847ad 100644 --- a/templates/web/base/maps/openlayers.html +++ b/templates/web/base/maps/openlayers.html @@ -30,7 +30,6 @@ <div id="map"> [% INCLUDE 'maps/noscript_map.html' js = 1 %] </div> - <script src="[% version('/cobrands/fixmystreet/map.js') %]"></script> [% IF map.copyright %] <div class="olControlAttribution" style="position: absolute;">[% map.copyright %]</div> [% END %] |