Skip to content

Commit 4a6ccd6

Browse files
Update index.html
1 parent 5e297ef commit 4a6ccd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ <h3>Other Series:</h3>
481481
<script>
482482
// JavaScript for Feedback Animation
483483
// --- FEATURE FLAG ---
484-
const enableFeedbackAnimation = true; // Set to 'false' to hide the animation, 'true' to show it.
484+
const enableFeedbackAnimation = false; // Set to 'false' to hide the animation, 'true' to show it.
485485
// --------------------
486486

487487
const feedbacks = [
@@ -531,4 +531,4 @@ <h3>Other Series:</h3>
531531
});
532532
</script>
533533
</body>
534-
</html>
534+
</html>

0 commit comments

Comments
 (0)