Removes DOM difference in location button
This commit is contained in:
parent
4b91dc4228
commit
833579778a
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue