mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-07 16:39:17 -05:00
4 lines
61 B
JavaScript
4 lines
61 B
JavaScript
$(function() {
|
|
$('[data-toggle="tooltip"]').tooltip();
|
|
});
|