Changed tooltip invocation

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-04-18 01:02:36 -07:00
parent d3b087b5da
commit 220e20d208
2 changed files with 2 additions and 2 deletions

View file

@ -974,7 +974,7 @@
$(function () {
$('[data-toggle="tooltip"]').tooltip();
$('[data-tooltip="true"]').tooltip();
$('[data-toggle="popover"]').popover();
$('.select2 span').addClass('needsclick');
$('.select2 span').removeAttr('title');

View file

@ -94,7 +94,7 @@
exportTypes: ['xlsx', 'excel', 'csv', 'pdf','json', 'xml', 'txt', 'sql', 'doc' ],
onLoadSuccess: function () {
$('[data-toggle="tooltip"]').tooltip(); // Needed to attach tooltips after ajax call
$('[data-tooltip="true"]').tooltip(); // Needed to attach tooltips after ajax call
}
});