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/fame2.st | |
| parent | 8004c1fc7957397577f51a409ec2c504c81d7e85 (diff) | |
Refactor: migrate log templates to log_init
Diffstat (limited to 'template/fame2.st')
| -rwxr-xr-x | template/fame2.st | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/template/fame2.st b/template/fame2.st index 58ec622..e742b24 100755 --- a/template/fame2.st +++ b/template/fame2.st @@ -1,12 +1,13 @@ <html> <head> <title>dump.fm hall of fame</title> - $head()$ - <link rel="stylesheet" type="text/css" href="/static/css/fame.css?v=20260131"> - <script> - jQuery(document).ready(initLog); - </script> - </head> + $head()$ + <link rel="stylesheet" type="text/css" href="/static/css/fame.css?v=20260131"> + <script> + var Recips = []; + </script> + <script type="text/javascript" src="/static/js/pages/log_init.js?v=20260203"></script> + </head> <body> $banner()$ <div id="content"> |
