Skip to content

Commit

Permalink
Require jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
jbirdjavi committed Dec 5, 2023
1 parent 3583787 commit a9ab89f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/campaign-form.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//= require jquery
//= require jquery-form
//= require jquery-validation/dist/jquery.validate

// Only initialize campaign-forms JS if it hasn't loaded previously.
if (typeof window.campaignForms === 'undefined') {

Expand Down

0 comments on commit a9ab89f

Please sign in to comment.