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

4
dist/js/app.js vendored
View file

@ -176,7 +176,9 @@ $(function () {
//Activate Bootstrap tooltip
if (o.enableBSToppltip) {
$(o.BSTooltipSelector).tooltip();
$('body').tooltip({
selector: o.BSTooltipSelector
});
}
//Activate box widget

2
dist/js/app.min.js vendored

File diff suppressed because one or more lines are too long