// load jquery-timeago.js

This commit is contained in:
Kevin Granger
2013-11-27 15:15:30 +01:00
parent 6d9f71a8db
commit 8f51fee67a
2 changed files with 4 additions and 0 deletions
@@ -215,4 +215,7 @@ $( document ).ready(function() {
removeMobileNav();
}
});
//show time elapsed
$("abbr.timeago").timeago();
});