Fix popover in icon example

This commit is contained in:
Frederic Junod
2013-09-09 10:23:01 +02:00
parent f123f5e57b
commit 0efe92ab4c

View File

@@ -85,7 +85,7 @@ map.on('click', function(evt) {
});
$(element).popover('show');
} else {
$(element).popover('hide');
$(element).popover('destroy');
}
}
});