user menu fix
This commit is contained in:
parent
537d72b0f6
commit
89a132d31c
6 changed files with 19 additions and 17 deletions
|
@ -6,7 +6,7 @@ L.OSM.key = function (options) {
|
|||
.attr('class', 'control-key');
|
||||
|
||||
var button = $('<a>')
|
||||
.attr('class', 'control-button')
|
||||
.attr('class', 'control-button mobile-hide')
|
||||
.attr('href', '#')
|
||||
.html('<span class="icon key"></span>')
|
||||
.on('click', toggle)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue