diff options
Diffstat (limited to 'template/popular.st')
| -rwxr-xr-x | template/popular.st | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/template/popular.st b/template/popular.st index 162c63b..c07d6ba 100755 --- a/template/popular.st +++ b/template/popular.st @@ -1,14 +1,13 @@ <html> <head> - <title>dump.fm - $nick$'s popular</title> - $head()$ - <script> - jQuery(function() { - initLog($recips$); - }); - </script> + <title>dump.fm - $nick$'s popular</title> + $head()$ + <script> + var Recips = $recips$; + </script> + <script type="text/javascript" src="/static/js/pages/log_init.js?v=20260203"></script> - </head> + </head> <body> $banner()$ <div id="dcontent"> @@ -45,5 +44,5 @@ </div> </div> </div> - </body> -</html> + </body> + </html> |
