From b3928bc192cdf729d4b9e53ff5603905ae446fb7 Mon Sep 17 00:00:00 2001 From: yo momma Date: Tue, 3 Feb 2026 05:01:22 +0000 Subject: Refactor: remove inline initFullscreen call --- static/js/pages/fullscreen_front_run.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 static/js/pages/fullscreen_front_run.js (limited to 'static/js/pages') diff --git a/static/js/pages/fullscreen_front_run.js b/static/js/pages/fullscreen_front_run.js new file mode 100644 index 0000000..1116b7a --- /dev/null +++ b/static/js/pages/fullscreen_front_run.js @@ -0,0 +1,7 @@ +// Runs `initFullscreen()` for `template/fullscreen_front.st` without inline JS. +(function() { + if (typeof window.initFullscreen === 'function') { + window.initFullscreen(); + } +})(); + -- cgit v1.2.3-70-g09d2