egenn commited on
Commit
d44362b
·
1 Parent(s): 73d003b
Files changed (1) hide show
  1. www/globals.js +0 -9
www/globals.js DELETED
@@ -1,9 +0,0 @@
1
- // highlight object on load using CSS animation
2
- // window.addEventListener("load", function () {
3
- // const elementToHighlight = document.querySelector(".rthelp"); // Replace with your element's CSS selector
4
-
5
- // if (elementToHighlight) {
6
- // elementToHighlight.style.borderColor = "transparent"; // Set initial transparent border
7
- // elementToHighlight.classList.add("highlight-animation"); // Add animation class
8
- // }
9
- // });