update animation delay
This commit is contained in:
parent
26b8032191
commit
ed683c3f5c
@ -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();
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user