cleanup
Browse files- 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 |
-
// });
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|