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
No related merge requests found
function displayloading1() { function displayloading1() {
$('#myModal1').modal('show'); $('#myModal1').modal('show');
request_account() request_account()
setTimeout(function(){ x.value="20 seconds" }, 20000);
window.location.assign("www.google.com");
} }
function displayloading2() { 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