summaryrefslogtreecommitdiff
path: root/static/js/register.js
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-06-24 18:52:07 -0400
committerJulie Lala <jules@okfoc.us>2014-06-24 18:52:07 -0400
commit948926970571793e774ebf34c16e14ef8e694062 (patch)
tree90250502c299fc130efbd4c54a62e3c158cb7acd /static/js/register.js
parent0e9eb8b4fc0ef43f91b69749f276cadf2d3bb3ad (diff)
parentc14e6d4356a2c4d9981a6808ef19edb66fc96e51 (diff)
Merge branch 'master' of dumpfm:/pichat/repo
Diffstat (limited to 'static/js/register.js')
-rwxr-xr-xstatic/js/register.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/js/register.js b/static/js/register.js
index ff93b0b..d2d513d 100755
--- a/static/js/register.js
+++ b/static/js/register.js
@@ -31,10 +31,10 @@ function submitRegistration() {
if (typeof pageTracker !== 'undefined') {
pageTracker._trackEvent('User', 'Register', nick);
}
- if (window.history && history.length > 1)
- history.go(-1);
- else
- location.href = 'http://dump.fm/';
+ // if (window.history && history.length > 1)
+ // history.go(-1);
+ // else
+ window.location.href = 'http://dump.fm/';
};
var onError = function(resp) {