summaryrefslogtreecommitdiff
path: root/template/popular.st
diff options
context:
space:
mode:
authorScott Ostler <sbsotler@gmail.com>2011-01-08 17:03:30 -0500
committerScott Ostler <sbsotler@gmail.com>2011-01-08 17:03:30 -0500
commit1e308142eba46bfa25614c14fd4a8899452bf0ce (patch)
treec666f00f93b5e0a6167de8a60b55e57b4536f0f4 /template/popular.st
parentbbac5e0ea48d2e443da6c9901ff09c11e8010f83 (diff)
parent7d68c6986c0ba08dcb4c2f3dcca318584021099c (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/popular.st')
-rw-r--r--template/popular.st6
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>