diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-03 04:58:57 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-03 04:58:57 +0000 |
| commit | 30ba42b568e765f24b2fd09e51f7a15e564ec5ac (patch) | |
| tree | a63aa70ca51218708495cabf257a6b604ac81972 /template/hiscore_test.st | |
| parent | 8004c1fc7957397577f51a409ec2c504c81d7e85 (diff) | |
Refactor: migrate log templates to log_init
Diffstat (limited to 'template/hiscore_test.st')
| -rwxr-xr-x | template/hiscore_test.st | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/template/hiscore_test.st b/template/hiscore_test.st index 50e7b9e..7e0c679 100755 --- a/template/hiscore_test.st +++ b/template/hiscore_test.st @@ -1,11 +1,12 @@ <html> <head> - <title>dump.fm log</title> -$head()$ - <script> - jQuery(document).ready(initLog); - </script> - </head> + <title>dump.fm log</title> + $head()$ + <script> + var Recips = []; + </script> + <script type="text/javascript" src="/static/js/pages/log_init.js?v=20260203"></script> + </head> <body> $banner()$ <div id="content"> |
