diff options
Diffstat (limited to 'template/userlog.st')
| -rw-r--r-- | template/userlog.st | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/userlog.st b/template/userlog.st index c073ce3..4e67c82 100644 --- a/template/userlog.st +++ b/template/userlog.st @@ -3,7 +3,9 @@ <title>$nick$'s dump.fm</title> $head()$ <script> - jQuery(document).ready(initLog); + jQuery(function() { + initLog($recips$); + }); </script> </head> <body> |
