Removes DOM difference in location button

This commit is contained in:
Holger Jeromin 2017-10-18 15:05:11 +02:00 committed by GitHub
parent 4b91dc4228
commit 833579778a

View file

@ -28,6 +28,7 @@ $(document).ready(function () {
.removeClass('leaflet-control-locate leaflet-bar') .removeClass('leaflet-control-locate leaflet-bar')
.addClass('control-locate') .addClass('control-locate')
.children("a") .children("a")
.attr('href', '#')
.removeClass('leaflet-bar-part leaflet-bar-part-single') .removeClass('leaflet-bar-part leaflet-bar-part-single')
.addClass('control-button'); .addClass('control-button');