Skip to content

Commit

Permalink
make jquery available globally for now
Browse files Browse the repository at this point in the history
  • Loading branch information
langalex committed Dec 17, 2024
1 parent 401540e commit afaadff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/javascripts/comfy/admin/cms/application.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import "@rails/ujs";
import "jquery";
import jQUery from "jquery";
window.jQuery = jQUery; // Make jQuery available in global scope

import "../../vendor/sortable.min";
import "../../vendor/bootstrap.bundle.min";
Expand Down

0 comments on commit afaadff

Please sign in to comment.