Fixed: Tooltips in modals

This commit is contained in:
Mark McDowall 2014-06-02 08:11:56 -07:00
parent 0293a0c006
commit 903e804425
2 changed files with 17 additions and 11 deletions

View file

@ -9,17 +9,7 @@ define(
console.log('starting signalR');
$('body').tooltip({
selector: '[title]',
container: 'body'
});
$(document).click(function(e) {
if ($(e.target).attr('title') !== undefined) {
return;
}
$('.tooltip').remove();
selector: '[title]'
});
return this;