manage
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
laci
2024-07-05 12:25:36 +02:00
parent 38028cabb5
commit f0e5dafaba
2 changed files with 15 additions and 342 deletions

View File

@@ -36,6 +36,8 @@
<script>
$(function() {
setTimeout(redirectToPage, 10000);
$(".progress").each(function() {
var value = $(this).attr('data-value');
@@ -93,6 +95,9 @@ $(function() {
return angle;
}
function redirectToPage() {
window.location.href = 'manage.html';
}
});
</script>
</body>