diff options
| author | triethyl <triethylammonium@pm.me> | 2025-10-13 12:00:03 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-10-13 12:00:03 -0400 |
| commit | 2496db965db4fa48197cb31c7750b2a16523ed32 (patch) | |
| tree | ce174f1f94426c8727a31680e0c8e415e998ba66 /site/themes/tui/assets/js | |
| parent | b2393801585b7e152ffbffb3226f720e66454ea6 (diff) | |
renamed theme and added content
Diffstat (limited to 'site/themes/tui/assets/js')
| -rw-r--r-- | site/themes/tui/assets/js/main.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/site/themes/tui/assets/js/main.js b/site/themes/tui/assets/js/main.js deleted file mode 100644 index 9c65d22..0000000 --- a/site/themes/tui/assets/js/main.js +++ /dev/null @@ -1,11 +0,0 @@ -document.addEventListener("DOMContentLoaded", function () { - console.log("✅ main.js loaded"); - - const heading = document.querySelector("h1"); - if (heading) { - heading.style.cursor = "pointer"; - heading.addEventListener("click", () => { - alert("You clicked the heading!"); - }); - } -}); |
