Skip to content

Commit

Permalink
Tweak jquery versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jbirdjavi committed Jan 4, 2024
1 parent d29fec7 commit cd7c36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/campaign-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ script3.onload = function () {
})(jQuery)
}
};
script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js'
script2.src = 'https://malsup.github.io/jquery.form.js'
script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js'
script2.src = 'https://cdnjs.cloudflare.com/ajax/libs/jquery.form/4.2.2/jquery.form.min.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 cd7c36d

Please sign in to comment.