diff options
Diffstat (limited to 'template/frontpagePROFILE.st')
| -rwxr-xr-x | template/frontpagePROFILE.st | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/template/frontpagePROFILE.st b/template/frontpagePROFILE.st index 4c1b63b..6f64d61 100755 --- a/template/frontpagePROFILE.st +++ b/template/frontpagePROFILE.st @@ -156,12 +156,7 @@ You are viewing the current trending images posted to dump.fm; a super fun commu $dumps: { d | $hall_log_dump(dump=d)$ }$ - $if(json_tags)$ - <script> - $json_tags: { j | $j$; - }$ - </script> - $endif$ + $json_tags_block(json_tags=json_tags)$ $else$ No dumps! $endif$ |
