diff options
| author | sostler <sbostler@gmail.com> | 2009-12-18 21:56:51 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2009-12-18 21:56:51 -0500 |
| commit | 704efb06cd424de7411f198bc4c6ce6b99a9dcbe (patch) | |
| tree | 076c19e5c97264948f4d94f32b6869c5dd396f60 /static/home.js | |
| parent | 5a8312ca25868679df1acb3b3fc208482460ee0e (diff) | |
Checkin before leaving
Diffstat (limited to 'static/home.js')
| -rwxr-xr-x | static/home.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/home.js b/static/home.js index 5857368..8416703 100755 --- a/static/home.js +++ b/static/home.js @@ -15,7 +15,7 @@ function login() { var hash = hex_sha1(nick + '$' + password + '$dumpfm'); var onSuccess = function(json) { - location.href = "u/" + nick; + location.href = "/chat"; }; var onError = function(resp, textStatus, errorThrown) { |
