diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-20 03:08:34 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-20 03:08:34 (GMT) |
commit | 669b5a9c25c097c2441698fc74c377a0a77905c2 (patch) | |
tree | f3d3775aab6050a600b5b943f864d2aeba7a7b71 /index.html | |
parent | e32bb54837fe1e7d79511c75da1342238e3f2d72 (diff) |
improved password field clearing
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() |