summaryrefslogtreecommitdiff
path: root/template/hiscore_test.st
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-03 21:32:59 +0000
committeryo momma <shutup@oops.wtf>2026-02-03 21:32:59 +0000
commitd220d620e425ee6128c83229467e3ccac8f3ebf2 (patch)
treea1beaab7ea904d7bbc4537082e4749fa58ff95cd /template/hiscore_test.st
parent263677a46ee031277fae07109acac17b5ef821c4 (diff)
Refactor: dedupe json_tags blockrefactor
Diffstat (limited to 'template/hiscore_test.st')
-rwxr-xr-xtemplate/hiscore_test.st7
1 files changed, 1 insertions, 6 deletions
diff --git a/template/hiscore_test.st b/template/hiscore_test.st
index 7e0c679..1c2739f 100755
--- a/template/hiscore_test.st
+++ b/template/hiscore_test.st
@@ -25,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$