The problem description is in the title - the tooltip reappears when I close the modal dialog.
<script type="text/javascript">
$(function () {
$('[data-tooltip="tooltip"]').tooltip();
});
</script>
<button type="button" class="btn btn-default" data-toggle="modal" data-target="#divModal" data-tooltip="tooltip" title="Tooltip!">
<span class="glyphicon glyphicon-globe"></span>
</button>
see it happening here : http://jsfiddle.net/2gdrL6sf/