diff --git a/frontend/web/js/modal.js b/frontend/web/js/modal.js index f66a264..02d6efd 100755 --- a/frontend/web/js/modal.js +++ b/frontend/web/js/modal.js @@ -60,6 +60,7 @@ $( success: function(data) { f.reset(); if (data.type == 'appointment') { + console.log('appointment submitted'); dataLayer.push({'event': 'mainFormSub'}); } // form.replaceWith(data.alert) -- libgit2 0.21.4