mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
Added container to the tooltip invocation
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user