diff options
Diffstat (limited to 'template/single_message.st')
| -rw-r--r-- | template/single_message.st | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/single_message.st b/template/single_message.st index 1428f2b..3bf49ac 100644 --- a/template/single_message.st +++ b/template/single_message.st @@ -3,7 +3,9 @@ <title>dump.fm</title> $head()$ <script> - jQuery(document).ready(initLog); + jQuery(function() { + initLog($recips$); + }); </script> </head> <body class="permalink"> |
