poly-js-utils
Advanced tools
Comparing version
{ | ||
"name": "poly-js-utils", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Common client-side tools used in HSS Sites themes and locators.", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -17,3 +17,4 @@ /************************/ | ||
phoneFieldSelector: "#contact-phone", | ||
commentFieldSelector: "#contact-comments" | ||
commentFieldSelector: "#contact-comments", | ||
subjectFieldSelector: "#optional-subject" | ||
}; | ||
@@ -34,3 +35,4 @@ | ||
phone: formElement.find(options.phoneFieldSelector), | ||
comments: formElement.find(options.commentFieldSelector) | ||
comments: formElement.find(options.commentFieldSelector), | ||
subject: formElement.find(options.subjectFieldSelector) | ||
}; | ||
@@ -37,0 +39,0 @@ |
57645
0.2%1470
0.14%