tracks/app/assets/javascripts/bootstrap.js.coffee

4 lines
99 B
CoffeeScript
Raw Normal View History

2013-06-21 08:53:35 +02:00
jQuery ->
$("a[rel=popover]").popover()
$(".tooltip").tooltip()
$("a[rel=tooltip]").tooltip()