Skip to content

Commit

Permalink
Revert "Remove jquery ujs (thoughtbot#1618)"
Browse files Browse the repository at this point in the history
This reverts commit 15c49a6, which
broke the ability to delete records, as this relies on UJS.
  • Loading branch information
pablobm committed Jun 28, 2020
1 parent 5613cba commit 1ed8876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/administrate/application.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//= require jquery
//= require jquery_ujs
//= require selectize
//= require moment
//= require datetime_picker
Expand Down
1 change: 1 addition & 0 deletions spec/example_app/app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
// about supported directives.
//
//= require jquery
//= require jquery_ujs
//= require_tree .

0 comments on commit 1ed8876

Please sign in to comment.