diff options
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"> |
