Skip to content
Snippets Groups Projects
Verified Commit 23314a35 authored by David Beniamine's avatar David Beniamine
Browse files

Ajax timeout

parent af3b47d8
Branches
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@
type: "POST",
data: '<?php echo "mac=$mac"?>',
url: 'boot.php',
timeout: 120000,
success: function(response) {
$("#result").html(response) ;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment