diff options
Diffstat (limited to 'template/single_message.st')
| -rwxr-xr-x | template/single_message.st | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/template/single_message.st b/template/single_message.st index 352b2ea..4b08490 100755 --- a/template/single_message.st +++ b/template/single_message.st @@ -1,13 +1,12 @@ <html> <head> - <title>dump.fm</title> - $head()$ - <script> - jQuery(function() { - initLog($recips$); - }); - </script> - </head> + <title>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 class="permalink"> $banner()$ <div class="content"><br><br><br> @@ -39,5 +38,5 @@ $footer()$ </div> </div> - </body> -</html> + </body> + </html> |
