summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-09-20 03:08:34 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-09-20 03:08:34 (GMT)
commit669b5a9c25c097c2441698fc74c377a0a77905c2 (patch)
treef3d3775aab6050a600b5b943f864d2aeba7a7b71
parente32bb54837fe1e7d79511c75da1342238e3f2d72 (diff)
improved password field clearing
-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()