diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-03 02:19:19 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-03 02:19:19 +0000 |
| commit | 8004c1fc7957397577f51a409ec2c504c81d7e85 (patch) | |
| tree | 299f62c7512e45d491dc282784031a770f04abad /template/newlog.st | |
| parent | c69b6626358052f175543cad0daa3f4aa54046b8 (diff) | |
Refactor main pages: extract inline JS
Diffstat (limited to 'template/newlog.st')
| -rwxr-xr-x | template/newlog.st | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/template/newlog.st b/template/newlog.st index 19b4481..e1f987a 100755 --- a/template/newlog.st +++ b/template/newlog.st @@ -43,10 +43,8 @@ window.location = "/error/ie"; <!--END HEAD--> <script> var Recips = []; - jQuery(function() { - initLog(Recips) - }); </script> +<script type="text/javascript" src="/static/js/pages/log_init.js?v=20260203"></script> </head> <body> |
