mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-11 10:57:50 -05:00
4 lines
61 B
JavaScript
4 lines
61 B
JavaScript
$(function() {
|
|
$('[data-toggle="tooltip"]').tooltip();
|
|
});
|