summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-03 05:01:22 +0000
committeryo momma <shutup@oops.wtf>2026-02-03 05:01:22 +0000
commitb3928bc192cdf729d4b9e53ff5603905ae446fb7 (patch)
tree59b9b9c4649295d4e8503ab1c28ff97f65272cc8 /template
parent30ba42b568e765f24b2fd09e51f7a15e564ec5ac (diff)
Refactor: remove inline initFullscreen callrefactor
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/fullscreen_front.st4
1 files changed, 1 insertions, 3 deletions
diff --git a/template/fullscreen_front.st b/template/fullscreen_front.st
index 9f0e869..2eadf1f 100755
--- a/template/fullscreen_front.st
+++ b/template/fullscreen_front.st
@@ -13,8 +13,6 @@
<link rel="stylesheet" type="text/css" href="/static/css/fullscreen_bigtext.css?v=20260129">
</head>
<body>
- <script>
- initFullscreen()
- </script>
+ <script type="text/javascript" src="/static/js/pages/fullscreen_front_run.js?v=20260203"></script>
</body>
</html>