aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/index.php b/index.php
index 78db85d..9c2319b 100644
--- a/index.php
+++ b/index.php
@@ -26,4 +26,13 @@ if ($uhosts) {
26 host_summary('uncategorized', $uhosts); 26 host_summary('uncategorized', $uhosts);
27} 27}
28 28
29echo <<<EOT
30<script>
31jQuery(document).ready(function() {
32 jQuery("time.timeago").timeago();
33});
34</script>
35
36EOT;
37
29html_end(); 38html_end();