diff options
Diffstat (limited to '')
-rw-r--r-- | index.php | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -26,4 +26,13 @@ if ($uhosts) { | |||
26 | host_summary('uncategorized', $uhosts); | 26 | host_summary('uncategorized', $uhosts); |
27 | } | 27 | } |
28 | 28 | ||
29 | echo <<<EOT | ||
30 | <script> | ||
31 | jQuery(document).ready(function() { | ||
32 | jQuery("time.timeago").timeago(); | ||
33 | }); | ||
34 | </script> | ||
35 | |||
36 | EOT; | ||
37 | |||
29 | html_end(); | 38 | html_end(); |