summaryrefslogtreecommitdiffstats
path: root/js/news.js
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-16 01:13:16 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-16 01:13:16 -0400
commit9132f6a27d8f26bfbf333a3d6d36361d1e0a2fa3 (patch)
treedafa0bd36324ebc801cf87780ea1efe8939f300e /js/news.js
parent93ee15c1891aa52ebee8b46ca16f58d5dc7679ce (diff)
saves and shows datetime of items
Diffstat (limited to 'js/news.js')
-rw-r--r--js/news.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/news.js b/js/news.js
index 6fb67e21d..651df7c62 100644
--- a/js/news.js
+++ b/js/news.js
@@ -692,6 +692,8 @@ $(document).ready(function(){
})
});
+
+ $("time.timeago").timeago();
});