diff --git a/files/assets/js/orgy_file.js b/files/assets/js/orgy_file.js index 3ebb3fa67..82d0becbc 100644 --- a/files/assets/js/orgy_file.js +++ b/files/assets/js/orgy_file.js @@ -46,7 +46,9 @@ orgy_file.addEventListener("timeupdate", function() { }); orgy_file.addEventListener("ended", function() { - location.reload() + setTimeout(function() { + location.reload() + }, 1000); }); function add_waiting_listener() {