source/_assets/js/main.js (
3
lines of code) (
raw
):
/* global jQuery: true */ jQuery(document).ready(function($) { $('a[rel="tooltip"]').tooltip(); });