.attr('class', 'control-share');
var button = $('<a>')
- .attr('class', 'control-button mobile-hide')
+ .attr('class', 'control-button')
.attr('href', '#')
.attr('title', I18n.t('javascripts.share.title'))
.html('<span class="icon share"></span>')
update();
options.sidebar.togglePane($ui, button);
+ $('.leaflet-control .control-button').tooltip('hide');
}
function toggleMarker() {