@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.
Files changed (2) hide show
  1. package/lib/form.js +0 -3
  2. 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexsab-ru/scripts",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "common libs for websites",
5
5
  "main": "index.js",
6
6
  "scripts": {