fix tooltip after bootstrap update

This commit is contained in:
wvengen 2013-07-17 11:31:27 +02:00
parent ccea97c2b3
commit 1fed9834b3
1 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,8 @@
$('[data-toggle~="tooltip"]', context).tooltip({
animation: false,
html: true,
placement: 'left'
placement: 'left',
container: 'body' // or they become a cell in the table
});
}