We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c451d77 commit 9b6c930Copy full SHA for 9b6c930
1 file changed
modules/core/public/assets/js/loginuserpass.js
@@ -4,14 +4,14 @@ ready(function () {
4
var replacement = document.createTextNode(button.getAttribute("data-default"));
5
button.replaceChild(replacement, button.childNodes[0]);
6
button.disabled = false;
7
- }
+ };
8
9
var form = document.getElementById("f");
10
form.onsubmit = function () {
11
var button = document.getElementById("submit_button");
12
var replacement = document.createTextNode(button.getAttribute("data-processing"));
13
14
button.disabled = true;
15
16
});
17
0 commit comments