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 11:56:52 +0300
committerMichael Grosser <development@stp-ip.net>2017-06-28 11:56:52 +0300
commit2b3964fedf82963551dc10c01f63edd3aedc1305 (patch)
treeeff505e4be2f4dbe6f99dfc174290bd8eac30595
parent9b2e2109b20c640564cd38a9ad35f568b2ea9a3b (diff)
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'
});