Skip to content
Snippets Groups Projects
Commit 149f314b authored by root's avatar root
Browse files

fix overlay issue

parent b43300f9
No related branches found
No related tags found
No related merge requests found
Pipeline #4179 failed with stage
......@@ -22,13 +22,13 @@
});
socket.on( 'account ready', function( msg ) {
$('#myModal').modal('hide');
$('#myModal2').modal('hide');
window.location.replace('{{ referrer }}');
});
socket.on( 'account error', function( msg ) {
$('#myModal').modal('hide');
window.location.replace("www.google.com")
$('#myModal2').modal('hide');
window.location.replace('{{ error_page }}');
});
socket.on( 'Account creation failed', function( msg ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment