Prepare tooltip for next bootstrap version (as in 1fed9834b3)

This commit is contained in:
Julius 2013-10-05 22:28:04 +02:00
parent ac1341d5b0
commit 10d1615cd8
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
$('[data-toggle~="tooltip"]', context).tooltip({
animation: false,
html: true,
placement: 'left'
placement: 'left',
container: 'body'
});
}