krata/assets/js/_src/_commons/tooltip.js

8 lines
151 B
JavaScript
Raw Normal View History

2019-09-30 14:38:41 +02:00
/**
* Initial Bootstrap Tooltip.
* © 2019 Cotes Chung
* MIT License
*/
$(function () {
$('[data-toggle="tooltip"]').tooltip({placement: "auto"});
})