Revert "Stop spurious +/- signs appearing in the zoom slider"

This reverts commit 5edb4bf4e5.
This commit is contained in:
Tom Hughes 2012-11-23 14:56:44 +00:00
parent 5edb4bf4e5
commit 8f079fe4ea

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;