Skip to content

Commit

Permalink
Use different jquery-form
Browse files Browse the repository at this point in the history
  • Loading branch information
jbirdjavi committed Jan 3, 2024
1 parent ced13e0 commit d29fec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/campaign-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ script3.onload = function () {
}
};
script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js'
script2.src = 'https://cdnjs.cloudflare.com/ajax/libs/jquery.form/4.3.0/jquery.form.min.js'
script2.src = 'https://malsup.github.io/jquery.form.js'
script3.src = 'https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.5/jquery.validate.min.js'

document.head.appendChild(script);
Expand Down

0 comments on commit d29fec7

Please sign in to comment.