diff options
Diffstat (limited to 'template/topic.st')
| -rwxr-xr-x | template/topic.st | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/template/topic.st b/template/topic.st index 1594364..a748a20 100755 --- a/template/topic.st +++ b/template/topic.st @@ -1,13 +1,12 @@ <html> <head> - <title>#$topic$ - dump.fm</title> - $head()$ - <script> - jQuery(function() { - initLog($recips$); - }); - </script> - </head> + <title>#$topic$ - dump.fm</title> + $head()$ + <script> + var Recips = $recips$; + </script> + <script type="text/javascript" src="/static/js/pages/log_init.js?v=20260203"></script> + </head> <body> $banner()$ <div id="content"> @@ -44,5 +43,5 @@ </div> </div> </div> - </body> -</html> + </body> + </html> |
