1
0
MSU-Course-Alerter/app/assets/javascripts/bootstrap.js.coffee

4 lines
99 B
CoffeeScript
Raw Normal View History

2013-04-02 02:40:44 -04:00
jQuery ->
$("a[rel=popover]").popover()
$(".tooltip").tooltip()
$("a[rel=tooltip]").tooltip()