wait 1 second before refreshing

pull/226/head
Aevann 2024-04-16 17:02:33 +02:00
parent cd74620da3
commit 43f0d9bb68
1 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,9 @@ orgy_file.addEventListener("timeupdate", function() {
}); });
orgy_file.addEventListener("ended", function() { orgy_file.addEventListener("ended", function() {
location.reload() setTimeout(function() {
location.reload()
}, 1000);
}); });
function add_waiting_listener() { function add_waiting_listener() {