summaryrefslogtreecommitdiff
path: root/static/js/register.js
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2012-07-17 21:40:57 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2012-07-17 21:40:57 -0400
commitda15cfb1e452a0af4902272ba351d5a6d0d0b56a (patch)
tree8525e56790625ab7b67e4c534fdf1739d0f592b6 /static/js/register.js
parent38091d8e194aa48f6bd64e2cf8ccba6fd27c36a2 (diff)
update src, scripts, etc from 2012
Diffstat (limited to 'static/js/register.js')
-rwxr-xr-xstatic/js/register.js4
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',