user menu fix

This commit is contained in:
Eden Halperin 2013-11-06 13:17:36 -05:00
parent 537d72b0f6
commit 89a132d31c
6 changed files with 19 additions and 17 deletions

View file

@ -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)