Added container to the tooltip invocation
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
9e6f23c8c7
commit
40aca9709a
1 changed files with 6 additions and 1 deletions
|
@ -973,7 +973,12 @@
|
|||
|
||||
$(function () {
|
||||
|
||||
$('[data-tooltip="true"]').tooltip();
|
||||
// Invoke Bootstrap 3's tooltip
|
||||
$('[data-tooltip="true"]').tooltip({
|
||||
container: 'body',
|
||||
animation: true,
|
||||
});
|
||||
|
||||
$('[data-toggle="popover"]').popover();
|
||||
$('.select2 span').addClass('needsclick');
|
||||
$('.select2 span').removeAttr('title');
|
||||
|
|
Loading…
Add table
Reference in a new issue