Get rid of coffeescript.
This commit is contained in:
parent
483c2aba29
commit
2e2efec5e7
5 changed files with 6 additions and 75 deletions
4
app/assets/javascripts/bootstrap.js
vendored
Normal file
4
app/assets/javascripts/bootstrap.js
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
$(function() {
|
||||
$("a[rel~=popover], .has-popover").popover()
|
||||
$("a[rel~=tooltip], .has-tooltip").tooltip()
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue