Skip to content

Commit

Permalink
decaf
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Apr 10, 2018
1 parent 7d0c60a commit 0d2e185
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -8,7 +8,6 @@ gem 'unicorn'
gem 'sass-rails'
gem 'sass-rails-bootstrap'
gem 'jquery-rails'
gem 'coffee-rails'
gem 'uglifier'

group :development do
Expand Down
5 changes: 5 additions & 0 deletions app/assets/javascripts/bootstrap.js
@@ -0,0 +1,5 @@
jQuery(function() {
$("a[rel=popover]").popover();
$(".tooltip").tooltip();
return $("a[rel=tooltip]").tooltip();
});
4 changes: 0 additions & 4 deletions app/assets/javascripts/bootstrap.js.coffee

This file was deleted.

0 comments on commit 0d2e185

Please sign in to comment.