Get rid of coffeescript.

This commit is contained in:
wvengen 2016-04-25 20:25:49 +02:00
parent 483c2aba29
commit 2e2efec5e7
5 changed files with 6 additions and 75 deletions

View file

@ -1,3 +1,4 @@
jQuery ->
$(function() {
$("a[rel~=popover], .has-popover").popover()
$("a[rel~=tooltip], .has-tooltip").tooltip()
});