Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
rc
self-reg-form
Commits
149f314b
Commit
149f314b
authored
Feb 26, 2021
by
root
Browse files
fix overlay issue
parent
b43300f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/templates/auth/SignUp.html
View file @
149f314b
...
...
@@ -22,13 +22,13 @@
});
socket
.
on
(
'
account ready
'
,
function
(
msg
)
{
$
(
'
#myModal
'
).
modal
(
'
hide
'
);
$
(
'
#myModal
2
'
).
modal
(
'
hide
'
);
window
.
location
.
replace
(
'
{{ referrer }}
'
);
});
socket
.
on
(
'
account error
'
,
function
(
msg
)
{
$
(
'
#myModal
'
).
modal
(
'
hide
'
);
window
.
location
.
replace
(
"
www.google.com
"
)
$
(
'
#myModal
2
'
).
modal
(
'
hide
'
);
window
.
location
.
replace
(
'
{{ error_page }}
'
);
});
socket
.
on
(
'
Account creation failed
'
,
function
(
msg
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment