Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aerohub/hugo-identity-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Grosser <development@stp-ip.net>2017-06-28 12:00:14 +0300
committerGitHub <noreply@github.com>2017-06-28 12:00:14 +0300
commit8cc0ab22a590b1e39deb5cc900fd8e5f9dcd4f9d (patch)
treeeff505e4be2f4dbe6f99dfc174290bd8eac30595
parent9b2e2109b20c640564cd38a9ad35f568b2ea9a3b (diff)
parent2b3964fedf82963551dc10c01f63edd3aedc1305 (diff)
Merge pull request #18 from stp-ip/upstreamChanges
Use only textarea changes
-rw-r--r--static/assets/js/contact.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/assets/js/contact.js b/static/assets/js/contact.js
index ca079ed..1414c55 100644
--- a/static/assets/js/contact.js
+++ b/static/assets/js/contact.js
@@ -6,7 +6,7 @@ $(document).ready(function() {
});
// Revalidate on change
-$('form[id=contactForm]').change(function() {
+$('form[id=contactForm] textarea').change(function() {
$.validate({
modules : 'html5, toggleDisabled'
});