@alexsab-ru/scripts 0.8.3 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/form.js +0 -3
- package/package.json +1 -1
package/lib/form.js
CHANGED
|
@@ -163,9 +163,6 @@ async function submitForm(form){
|
|
|
163
163
|
reachGoal("form_submit");
|
|
164
164
|
|
|
165
165
|
let formData = new FormData(form);
|
|
166
|
-
if(formData.get('dealer')) {
|
|
167
|
-
props.sendMailCookie += "_" + formData.get('dealer');
|
|
168
|
-
}
|
|
169
166
|
if(getCookie('fta')) {
|
|
170
167
|
formData.append("fta", true);
|
|
171
168
|
}
|