Skip to content

Commit

Permalink
Remove jquery_ujs from application.js
Browse files Browse the repository at this point in the history
to resolve 'Uncaught Error: If you load both jquery_ujs and rails-ujs, use rails-ujs only.'
in the dev console
part of #4666
  • Loading branch information
christinach committed Jan 23, 2025
1 parent 35d57e8 commit 52ba27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// about supported directives.
//
//= require jquery3
//= require jquery_ujs
//= require rails-ujs
//= require popper
//
//= require bootstrap
Expand Down

0 comments on commit 52ba27f

Please sign in to comment.