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