Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Evelin Perez
splash-second
Commits
462761f6
Commit
462761f6
authored
Jul 11, 2025
by
Ulises Pineda
Browse files
Final changes
parent
aaa85bae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
js/scripts.js
js/scripts.js
+4
-0
No files found.
js/scripts.js
View file @
462761f6
...
...
@@ -54,6 +54,10 @@ document.addEventListener("DOMContentLoaded", function () {
thirdScreen
.
classList
.
remove
(
'
display-inactive
'
);
thirdScreen
.
classList
.
add
(
'
display-active
'
);
handleCountDown
(
thirdCountdown
);
setTimeout
(()
=>
{
resetCountDown
();
window
.
close
();
},
5000
);
},
5000
);
},
3000
);
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment