summaryrefslogtreecommitdiff
path: root/static/js/home.js
diff options
context:
space:
mode:
authorScott Ostler <sbsotler@gmail.com>2011-04-19 10:14:03 -0400
committerScott Ostler <sbsotler@gmail.com>2011-04-19 10:14:03 -0400
commit27cef27be9a1c0417b5fcfa2ed87978a63eac1b6 (patch)
treeeb965190655828b3aafac522582672a3fb669989 /static/js/home.js
parenta440f0e6766e543212fd2182f11090a8bcbc2570 (diff)
parenta756ba2948418acc44f46312fa4148694d7e8e48 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/js/home.js')
-rwxr-xr-xstatic/js/home.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/home.js b/static/js/home.js
index 736fc84..9bee6ba 100755
--- a/static/js/home.js
+++ b/static/js/home.js
@@ -150,7 +150,7 @@ function login() {
var hash = hex_sha1(nick + '$' + password + '$dumpfm');
var onSuccess = function(json) {
- location.href = location.href;
+ location.href = '/chat';
if (typeof pageTracker !== 'undefined') {
pageTracker._setCustomVar(1, "logged-in", nick);
}