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

4 lines
99 B
CoffeeScript
Raw Normal View History

2012-07-24 23:26:16 +02:00
jQuery ->
$("a[rel=popover]").popover()
$(".tooltip").tooltip()
$("a[rel=tooltip]").tooltip()