eternal-plasma.github.io/home.js

3 lines
79 B
JavaScript

$(document).ready(function () {
$('[data-toggle="popover"]').popover();
});