foodsoft/app/assets/javascripts/bootstrap.js

5 lines
113 B
JavaScript

$(function() {
$("a[rel~=popover], .has-popover").popover()
$("a[rel~=tooltip], .has-tooltip").tooltip()
});