Skip to content

Commit

Permalink
Merge pull request #150 from CruGlobal/js_fix3
Browse files Browse the repository at this point in the history
Require jquery
  • Loading branch information
jbirdjavi authored Dec 5, 2023
2 parents 3583787 + a9ab89f commit e96223d
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 e96223d

Please sign in to comment.