diff --git a/src/partials/integrations/analytics/google.html b/src/partials/integrations/analytics/google.html index 8a55ff06b..41bb47e0c 100644 --- a/src/partials/integrations/analytics/google.html +++ b/src/partials/integrations/analytics/google.html @@ -133,7 +133,7 @@ /* Send feedback to Google Analytics */ for (var button of feedback.querySelectorAll("[type=submit]")) { - button.addEventListener("click", function (ev) { + button.addEventListener("click", function(ev) { ev.preventDefault() /* Retrieve and send data */