Skip to content

Commit fb7d823

Browse files
committed
Updating minified contact.js
1 parent 4467a27 commit fb7d823

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

assets/js/contact.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@
2626
var formData = {
2727
name: this._name.value,
2828
email: this._email.value,
29-
message: this._message.value,
30-
['g-recaptcha-response']: this._recaptcha.e.value
29+
message: this._message.value
3130
};
3231

32+
formData['g-recaptcha-response'] = this._recaptcha.e.value;
33+
3334
ao.ajax({
3435
type: 'post',
3536
url: form.action,

assets/js/contact.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)