summaryrefslogtreecommitdiff
path: root/static/home.js
diff options
context:
space:
mode:
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) {