summaryrefslogtreecommitdiff
path: root/static/home.js
diff options
context:
space:
mode:
authorScott Ostler <sostler@ubuntu.(none)>2009-12-21 17:21:34 -0500
committerScott Ostler <sostler@ubuntu.(none)>2009-12-21 17:21:34 -0500
commit7a1af322fa38e1205613bc4767de7cc59b74c69c (patch)
tree1c4cb7dc700d582552668b5dbd5be8c151052e32 /static/home.js
parent2e3b548249968e8e83ef5f78d81e82064c8e6420 (diff)
parent704efb06cd424de7411f198bc4c6ce6b99a9dcbe (diff)
Fixed
Diffstat (limited to 'static/home.js')
-rwxr-xr-xstatic/home.js2
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) {