diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-11 16:40:22 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-11 16:40:22 +0100 |
commit | 74ce84b43c0e714849d7ad021fb0400356ce2fa8 (patch) | |
tree | d96ad51f8cd6f14a6526ec282ad7e70d3eec25c6 /web/js/map-google-ol.js | |
parent | 0c5549a60ef3d86d672926d6e71c00cafff8326b (diff) | |
parent | 03ad5de783ac71695b1ce0d377dde549fc7311cb (diff) |
Merge branch '1351-report-list-ajax'
Diffstat (limited to 'web/js/map-google-ol.js')
-rw-r--r-- | web/js/map-google-ol.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web/js/map-google-ol.js b/web/js/map-google-ol.js index 5a1aa3c57..96ec6fe9b 100644 --- a/web/js/map-google-ol.js +++ b/web/js/map-google-ol.js @@ -15,7 +15,7 @@ $(function(){ } }); -function set_map_config(perm) { +fixmystreet.maps.config = function() { var permalink_id; if ($('#map_permalink').length) { permalink_id = 'map_permalink'; @@ -37,5 +37,4 @@ function set_map_config(perm) { {}, { type: google.maps.MapTypeId.HYBRID } ]; -} - +}; |