Commit 462761f6 authored by Ulises Pineda's avatar Ulises Pineda
Browse files

Final changes

parent aaa85bae
...@@ -54,6 +54,10 @@ document.addEventListener("DOMContentLoaded", function () { ...@@ -54,6 +54,10 @@ document.addEventListener("DOMContentLoaded", function () {
thirdScreen.classList.remove('display-inactive'); thirdScreen.classList.remove('display-inactive');
thirdScreen.classList.add('display-active'); thirdScreen.classList.add('display-active');
handleCountDown(thirdCountdown); handleCountDown(thirdCountdown);
setTimeout(() => {
resetCountDown();
window.close();
}, 5000);
}, 5000); }, 5000);
}, 3000); }, 3000);
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment