update animation delay

This commit is contained in:
JunkJumper 2019-10-04 11:30:39 +02:00
parent 26b8032191
commit ed683c3f5c

View File

@ -53,7 +53,7 @@ $conn = null;
<script> <script>
setTimeout(function () { setTimeout(function () {
window.location.href = "index.php#disp-result"; window.location.href = "index.php#disp-result";
}, 2981); }, 3000);
</script> </script>
</head> </head>
<body> <body>
@ -116,4 +116,4 @@ elseif ($S == 'OUV')
//$stmt = $conn->prepare($sql); //$stmt = $conn->prepare($sql);
//$stmt->execute(); //$stmt->execute();
?> ?>