Stop spurious +/- signs appearing in the zoom slider

This commit is contained in:
Tom Hughes 2012-11-23 14:50:39 +00:00
parent 799b6d4cc7
commit 5edb4bf4e5

View file

@ -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;