Missing semicolon after defining variable hbspt.enqueueForm
-
Please fix omitted semicolon on line 194 in src/class-pagehooks.php. Causes expression errors if minifying inline JS when conditional following is on the same line.
Thank you!
truck:
hbspt.enqueueForm = function(formDef) { if (hbspt.forms && hbspt.forms.create) { hbspt.forms.create(formDef); } else { hbspt._wpFormsQueue.push(formDef); } }
requested update:
hbspt.enqueueForm = function(formDef) { if (hbspt.forms && hbspt.forms.create) { hbspt.forms.create(formDef); } else { hbspt._wpFormsQueue.push(formDef); } };
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Missing semicolon after defining variable hbspt.enqueueForm’ is closed to new replies.