summaryrefslogtreecommitdiff
path: root/static/js/register.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/register.js')
-rwxr-xr-xstatic/js/register.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/register.js b/static/js/register.js
index 91377e4..f4039a8 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
- window.location.href = 'http://dump.fm/';
+ window.location.href = '/';
};
var onError = function(resp) {