From da15cfb1e452a0af4902272ba351d5a6d0d0b56a Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Tue, 17 Jul 2012 21:40:57 -0400 Subject: update src, scripts, etc from 2012 --- static/js/register.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/js/register.js') diff --git a/static/js/register.js b/static/js/register.js index c767e92..0f5bb1f 100755 --- a/static/js/register.js +++ b/static/js/register.js @@ -34,7 +34,7 @@ function submitRegistration() { if (window.history && history.length > 1) history.go(-1); else - location.href = '/'; + location.href = 'http://dump.fm/'; }; var onError = function(resp) { @@ -54,7 +54,7 @@ function submitRegistration() { $.ajax({ type: 'POST', timeout: 5000, - url: '/submit-registration', + url: '/dubmit-registration', data: {'nick': nick, 'email': email, 'hash': hash }, cache: false, dataType: 'json', -- cgit v1.2.3-70-g09d2