Removes DOM difference in location button (main map)

This commit is contained in:
Holger Jeromin 2017-10-18 19:51:05 +02:00 committed by GitHub
parent 833579778a
commit 2a21c82185

View file

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