diff options
| author | Scott Ostler <sostler@ubuntu.(none)> | 2009-12-21 17:21:34 -0500 |
|---|---|---|
| committer | Scott Ostler <sostler@ubuntu.(none)> | 2009-12-21 17:21:34 -0500 |
| commit | 7a1af322fa38e1205613bc4767de7cc59b74c69c (patch) | |
| tree | 1c4cb7dc700d582552668b5dbd5be8c151052e32 /static/home.js | |
| parent | 2e3b548249968e8e83ef5f78d81e82064c8e6420 (diff) | |
| parent | 704efb06cd424de7411f198bc4c6ce6b99a9dcbe (diff) | |
Fixed
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) { |
