Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit a25dd88

Browse files
authored
Update app.js
disable tooltip by default
1 parent 99b6dec commit a25dd88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/dist/js/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $.AdminLTE.options = {
5656
//BoxRefresh Plugin
5757
enableBoxRefresh: true,
5858
//Bootstrap.js tooltip
59-
enableBSToppltip: true,
59+
enableBSToppltip: false,
6060
BSTooltipSelector: "[data-toggle='tooltip']",
6161
//Enable Fast Click. Fastclick.js creates a more
6262
//native touch experience with touch devices. If you
@@ -743,4 +743,4 @@ function _init() {
743743
}
744744
});
745745
};
746-
}(jQuery));
746+
}(jQuery));

0 commit comments

Comments
 (0)