Skip to content

Commit

Permalink
form type updates
Browse files Browse the repository at this point in the history
  • Loading branch information
learyjk committed Aug 22, 2024
1 parent 7e94da2 commit 39ffe34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/form-handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ function loadMarketoForm(form) {
marketoFormLoading = true;
const $form = $(form),
formId = $form.data("marketo-form-id"),
// formType = $form.data("form-type"),
index = marketoFormIndex;
$form.attr("id", "mktoForm_" + formId);
if ($form.hasClass("email-only") && typeof MktoForms2 === "undefined") {
Expand Down

0 comments on commit 39ffe34

Please sign in to comment.