1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-04-04 05:33:22 -04:00
BikeShed-1/app/assets/javascripts/twitter/bootstrap.js.coffee
2013-05-25 09:58:43 -04:00

5 lines
100 B
CoffeeScript

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