summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 8d5e1c4..e4cad12 100644
--- a/index.html
+++ b/index.html
@@ -226,6 +226,7 @@
message = "Benutzer und/oder Passwort sind falsch!";
}
alertbox.error("Fehler beim Login", message);
+ $("#password").val('');
}
function login()
@@ -238,7 +239,6 @@
error: authError,
success: authSuccess
});
- $("#password").val('');
}
function logout()