diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-12-06 15:38:40 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-12-12 21:27:39 +0000 |
commit | ec8ad12f3b1103b22cc2e7694387daa7294f1ed7 (patch) | |
tree | cfc44a522ef541d1d85f31e8b2bcf0f3910db6f1 /t/map | |
parent | d688eb43a99a3c7782343677cd7285f66cfb3c32 (diff) |
[UK] Make sure jQuery is loaded where it is needed
Bromley uses jQuery for its A-Z on all pages; only load Bristol map
JavaScript on map pages (same as Angus); drop Oxfordshire JS use of
jQuery; fix Zurich load order; and improve jQuery checking in other
JavaScript.
Diffstat (limited to 't/map')
-rw-r--r-- | t/map/tests.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/map/tests.t b/t/map/tests.t index f34ccfa6d..1123133e4 100644 --- a/t/map/tests.t +++ b/t/map/tests.t @@ -4,7 +4,7 @@ use Test::More; my $requires = { 'Angus' => 'angus/js.js', 'Bing' => 'map-bing-ol.js', - 'Bristol' => 'map-wmts-bristol.js', + 'Bristol' => 'bristol/js.js', 'Bromley' => 'bromley/map.js', 'FMS' => 'map-fms.js', 'Google' => 'map-google.js', |