diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-08-13 18:39:35 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-08-13 19:35:36 +0100 |
commit | cf29fa12e4e34dad0e35a1577f701f22e73817cf (patch) | |
tree | d4c2049e54080ee60cd1db008584bb11ec23f8ea /web/cobrands/peterborough/assets.js | |
parent | a78ffca120498653b52ccbe51703b526d6e7b4ab (diff) |
[UK] Add missing hover styles to assets.
Diffstat (limited to 'web/cobrands/peterborough/assets.js')
-rw-r--r-- | web/cobrands/peterborough/assets.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/peterborough/assets.js b/web/cobrands/peterborough/assets.js index 1da72264d..ad898caec 100644 --- a/web/cobrands/peterborough/assets.js +++ b/web/cobrands/peterborough/assets.js @@ -109,6 +109,7 @@ fixmystreet.assets.add(defaults, { var streetlight_stylemap = new OpenLayers.StyleMap({ 'default': fixmystreet.assets.style_default, + 'hover': fixmystreet.assets.style_default_hover, 'select': fixmystreet.assets.construct_named_select_style("${UNITNO}") }); |