Added enhancement per suggestion in #383

This commit is contained in:
Abdullah Almsaeed
2015-05-04 23:14:19 -04:00
parent 2af6d6ee45
commit 654fcc0922
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -176,7 +176,9 @@ $(function () {
//Activate Bootstrap tooltip
if (o.enableBSToppltip) {
$(o.BSTooltipSelector).tooltip();
$('body').tooltip({
selector: o.BSTooltipSelector
});
}
//Activate box widget
+1 -1
View File
File diff suppressed because one or more lines are too long