mirror of https://github.com/ColorlibHQ/AdminLTE
Added enhancement per suggestion in #383
parent
2af6d6ee45
commit
654fcc0922
|
@ -176,7 +176,9 @@ $(function () {
|
||||||
|
|
||||||
//Activate Bootstrap tooltip
|
//Activate Bootstrap tooltip
|
||||||
if (o.enableBSToppltip) {
|
if (o.enableBSToppltip) {
|
||||||
$(o.BSTooltipSelector).tooltip();
|
$('body').tooltip({
|
||||||
|
selector: o.BSTooltipSelector
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
//Activate box widget
|
//Activate box widget
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue