diff options
Diffstat (limited to 'static/js/register.js')
| -rwxr-xr-x | static/js/register.js | 2 |
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) { |
