diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2011-01-04 15:42:23 -0500 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2011-01-04 15:42:23 -0500 |
| commit | 92b092823c21af1339e0d42716dc856357f93e85 (patch) | |
| tree | 809221e2a3b3c88306ba5e4b4996eb05297cec02 /template/popular.st | |
| parent | 7a031af911887a913857fdcebb252231119f4bf9 (diff) | |
Added topics, refactored recipient handling
Diffstat (limited to 'template/popular.st')
| -rw-r--r-- | template/popular.st | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/popular.st b/template/popular.st index 65eeece..c900dd9 100644 --- a/template/popular.st +++ b/template/popular.st @@ -2,10 +2,10 @@ <head> <title>dump.fm - $nick$'s popular</title> $head()$ - - <script> - jQuery(document).ready(initLog); + jQuery(function() { + initLog([]) + }); </script> </head> |
