diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |