From: Tom Hughes Date: Fri, 23 Nov 2012 14:50:39 +0000 (+0000) Subject: Stop spurious +/- signs appearing in the zoom slider X-Git-Tag: live~6269 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/5edb4bf4e5da9e7d48f8bc9f0d87fa6c95fca440?ds=inline;hp=--cc Stop spurious +/- signs appearing in the zoom slider --- 5edb4bf4e5da9e7d48f8bc9f0d87fa6c95fca440 diff --git a/vendor/assets/leaflet/leaflet.zoom.js b/vendor/assets/leaflet/leaflet.zoom.js index 6ce96757c..818a87254 100644 --- a/vendor/assets/leaflet/leaflet.zoom.js +++ b/vendor/assets/leaflet/leaflet.zoom.js @@ -70,7 +70,7 @@ L.Control.Zoomslider = L.Control.extend({ _createButton: function (html, title, className, container, fn, context) { var link = L.DomUtil.create('a', className, container); - link.innerHTML = html; + // link.innerHTML = html; link.href = '#'; link.title = title;