Formatting
This commit is contained in:
parent
ad3d720c62
commit
3d8e82ccf7
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue