diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-13 09:36:22 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-13 09:36:22 +0100 |
commit | 80c0d00332edf4d30c80e07d877d9d872cf733f7 (patch) | |
tree | 2d8a9cd32eed49914afb46bd16315f7f2312cf35 /www/js/map-OpenLayers.js | |
parent | aa694e3ca96cccebfe6c594a0ea15b997964fb64 (diff) | |
parent | aa1d6f8a74e44f82ad874dd5b2b24c2772deec9a (diff) |
Merge branch 'translation-fixes'master
Diffstat (limited to 'www/js/map-OpenLayers.js')
-rw-r--r-- | www/js/map-OpenLayers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/map-OpenLayers.js b/www/js/map-OpenLayers.js index 8a60e30..58bace6 100644 --- a/www/js/map-OpenLayers.js +++ b/www/js/map-OpenLayers.js @@ -165,7 +165,7 @@ function fixmystreet_onload() { var popup = new OpenLayers.Popup.FramedCloud("popup", feature.geometry.getBounds().getCenterLonLat(), null, - feature.attributes.title + "<br><a onclick=\"FMS.openExternal(event); return false;\" href=\"" + CONFIG.FMS_URL + "/report/" + feature.attributes.id + "\">More details</a>", + feature.attributes.title + "<br><a onclick=\"FMS.openExternal(event); return false;\" href=\"" + CONFIG.FMS_URL + "/report/" + feature.attributes.id + "\">" + FMS.strings.more_details + "</a>", { size: new OpenLayers.Size(0,0), offset: new OpenLayers.Pixel(0,-40) }, true, onPopupClose); feature.popup = popup; |