Exclude JS source code from the output
This commit is contained in:
6
_javascript/commons/tooltip-loader.js
Normal file
6
_javascript/commons/tooltip-loader.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Initial Bootstrap Tooltip.
|
||||
*/
|
||||
$(function () {
|
||||
$("[data-toggle=\"tooltip\"]").tooltip();
|
||||
});
|
||||
Reference in New Issue
Block a user