mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Formatting
This commit is contained in:
@@ -133,7 +133,7 @@
|
|||||||
|
|
||||||
/* Send feedback to Google Analytics */
|
/* Send feedback to Google Analytics */
|
||||||
for (var button of feedback.querySelectorAll("[type=submit]")) {
|
for (var button of feedback.querySelectorAll("[type=submit]")) {
|
||||||
button.addEventListener("click", function (ev) {
|
button.addEventListener("click", function(ev) {
|
||||||
ev.preventDefault()
|
ev.preventDefault()
|
||||||
|
|
||||||
/* Retrieve and send data */
|
/* Retrieve and send data */
|
||||||
|
|||||||
Reference in New Issue
Block a user