Stop spurious +/- signs appearing in the zoom slider
This commit is contained in:
parent
799b6d4cc7
commit
5edb4bf4e5
1 changed files with 1 additions and 1 deletions
2
vendor/assets/leaflet/leaflet.zoom.js
vendored
2
vendor/assets/leaflet/leaflet.zoom.js
vendored
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue