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

4 lines
104 B
CoffeeScript
Raw Normal View History

jQuery ->
2013-07-17 11:31:12 +02:00
$("a[rel~=popover], .has-popover").popover()
$("a[rel~=tooltip], .has-tooltip").tooltip()