Automated deployment: Mon Mar 2 08:16:15 UTC 2020 94ba96f248

This commit is contained in:
TroogS
2020-03-02 08:16:15 +00:00
parent 5b8ea44b96
commit 761f291c39
6 changed files with 9 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ window.onload = function () {
for (var i = 0; i < submitButton.length; i++) {
submitButton[i].setAttribute("disabled", "disabled");
}
alert("Erfolgreich abgeschickt");
alert("Erfolgreich abgeschickt!");
e.preventDefault();
});
}