diff options
Diffstat (limited to 'template/fame.st')
| -rw-r--r-- | template/fame.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/fame.st b/template/fame.st index d773447..52cab6d 100644 --- a/template/fame.st +++ b/template/fame.st @@ -3,7 +3,7 @@ <title>dump.fm hall of fame</title> $head()$ <script> - jQuery(document).ready(initLog); + jQuery(document).ready(function(){ initLog () }); </script> </head> <body> |
