summaryrefslogtreecommitdiff
path: root/template/hiscore_test.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/hiscore_test.st')
-rwxr-xr-xtemplate/hiscore_test.st20
1 files changed, 8 insertions, 12 deletions
diff --git a/template/hiscore_test.st b/template/hiscore_test.st
index 50e7b9e..1c2739f 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">
@@ -24,12 +25,7 @@ $banner()$
<span class="content"><center>
$dumps: { d | $log_dump(dump=d)$ }$
</center></span>
- $if(json_tags)$
- <script>
- $json_tags: { j | $j$;
- }$
- </script>
- $endif$
+ $json_tags_block(json_tags=json_tags)$
$else$
No dumps!
$endif$