mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
7 lines
109 B
JavaScript
7 lines
109 B
JavaScript
;(function($) {
|
|
|
|
$(document).ready(function() {
|
|
$('[data-toggle="tooltip"]').tooltip();
|
|
});
|
|
|
|
}(jQuery));
|