foodsoft/app/assets/javascripts/bootstrap.js
2016-04-25 20:34:30 +02:00

4 lines
113 B
JavaScript

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