Spaces:
Sleeping
Sleeping
Empereur-Pirate
commited on
Commit
•
2f44147
1
Parent(s):
a33d854
Update static/script.js
Browse files- static/script.js +1 -1
static/script.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
function revealContent() {
|
2 |
const loader = document.getElementById('loader');
|
3 |
const textGenContainer = document.getElementById('text-gen-container');
|
4 |
-
loader.classList.
|
5 |
textGenContainer.classList.remove('hidden');
|
6 |
}
|
7 |
|
|
|
1 |
function revealContent() {
|
2 |
const loader = document.getElementById('loader');
|
3 |
const textGenContainer = document.getElementById('text-gen-container');
|
4 |
+
loader.classList.add('hidden');
|
5 |
textGenContainer.classList.remove('hidden');
|
6 |
}
|
7 |
|