diff options
Diffstat (limited to 'template/log.st')
| -rw-r--r-- | template/log.st | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/log.st b/template/log.st index 92a0f75..ab4eb53 100644 --- a/template/log.st +++ b/template/log.st @@ -3,7 +3,10 @@ <title>dump.fm log</title> $head()$ <script> - jQuery(document).ready(initLog); + var Recips = []; + jQuery(function() { + initLog(Recips) + }); </script> </head> <body> |
