diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2011-07-21 22:35:38 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2011-07-21 22:35:38 -0400 |
| commit | 38091d8e194aa48f6bd64e2cf8ccba6fd27c36a2 (patch) | |
| tree | 9ca845ec490a1bb706d263fd33a3b1c51a52da24 /static/js | |
| parent | fd7329a76f93263834f359546dad5bf32162f1bf (diff) | |
| parent | 39230d6ce132259d0c2efce231119ea57b413ccc (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/js')
| -rwxr-xr-x | static/js/home.js | 2 |
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); } |
