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

handle timeout on client end

parent 2ceaf733
No related branches found
No related tags found
1 merge request!8made UI changes to the app
function displayloading1() {
$('#myModal1').modal('show');
request_account()
setTimeout(function(){ x.value="20 seconds" }, 20000);
window.location.assign("www.google.com");
}
function displayloading2() {
......
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