Hide control tooltips on #map-ui expansion, closes #55

This commit is contained in:
Aaron Lidman 2013-11-15 11:26:36 -08:00
parent 5e06cabb74
commit d3e99bc8bd
3 changed files with 3 additions and 0 deletions

View file

@ -230,6 +230,7 @@ L.OSM.share = function (options) {
update();
options.sidebar.togglePane($ui, button);
$('.leaflet-control .control-button').tooltip('hide');
}
function toggleMarker() {