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
33535540
Commit
33535540
authored
Feb 26, 2021
by
root
Browse files
handle timeout on client end
parent
2ceaf733
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/static/scripts/function.js
View file @
33535540
function
displayloading1
()
{
$
(
'
#myModal1
'
).
modal
(
'
show
'
);
request_account
()
setTimeout
(
function
(){
x
.
value
=
"
20 seconds
"
},
20000
);
window
.
location
.
assign
(
"
www.google.com
"
);
}
function
displayloading2
()
{
...
...
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