diff options
| author | Scott Ostler <sostler@deathmachine.home> | 2009-12-21 14:23:10 -0800 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.home> | 2009-12-21 14:23:10 -0800 |
| commit | 458a2627cc6600690fdf78e48b78cf17a6ea4469 (patch) | |
| tree | a465ae1ed43f55e906c5fabb6f76d706947108c2 /static/home.js | |
| parent | 704efb06cd424de7411f198bc4c6ce6b99a9dcbe (diff) | |
preupdate
Diffstat (limited to 'static/home.js')
| -rwxr-xr-x | static/home.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/home.js b/static/home.js index 8416703..7ced9da 100755 --- a/static/home.js +++ b/static/home.js @@ -10,6 +10,7 @@ function initHome() { } function login() { + $('#passwordInput, #loginSubmit').blur(); var nick = $('#nickInput').val(); var password = $('#passwordInput').val(); var hash = hex_sha1(nick + '$' + password + '$dumpfm'); |
