Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomanistor committed Dec 20, 2018
2 parents f053207 + ce19c3d commit 60b17e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion layouts/partials/scripts/contact.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/scripts/contact.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions static/scripts/src/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

// Store form field values
var name = $('input[name=name]').value,
email = $('input[name=email').value,
subject = $('input[name=_subject').value,
email = $('input[name=email]').value,
subject = $('input[name=_subject]').value,
message = $('textarea[name=message]').value,

// AJAX request
Expand Down

0 comments on commit 60b17e6

Please sign in to comment.