diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2012-07-17 21:40:57 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2012-07-17 21:40:57 -0400 |
| commit | da15cfb1e452a0af4902272ba351d5a6d0d0b56a (patch) | |
| tree | 8525e56790625ab7b67e4c534fdf1739d0f592b6 /static/js/register.js | |
| parent | 38091d8e194aa48f6bd64e2cf8ccba6fd27c36a2 (diff) | |
update src, scripts, etc from 2012
Diffstat (limited to 'static/js/register.js')
| -rwxr-xr-x | static/js/register.js | 4 |
1 files changed, 2 insertions, 2 deletions
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', |
