diff --git a/app/templates/auth/SignUp.html b/app/templates/auth/SignUp.html index bf35e1974a2c4242d59b48e941dea43b52044924..ab665c69db5b1d2c1d12fe8f1621c19685cbdad0 100644 --- a/app/templates/auth/SignUp.html +++ b/app/templates/auth/SignUp.html @@ -21,7 +21,6 @@ }); socket.on( 'account ready', function( msg ) { - $('#myModal2').modal('hide'); window.location.replace('{{ referrer }}'); });