1
0
MSU-Course-Alerter/app/assets/javascripts/bootstrap.js.coffee
2013-04-02 02:40:44 -04:00

4 lines
99 B
CoffeeScript

jQuery ->
$("a[rel=popover]").popover()
$(".tooltip").tooltip()
$("a[rel=tooltip]").tooltip()