media/js/sjl.js @ 712f14a1a1cd

Add timeago.js to generate "ago" dates on the fly.
author Steve Losh <steve@stevelosh.com>
date Tue, 02 Feb 2010 20:46:15 -0500
parents (none)
children def464696a83
$(function() {
  jQuery('span.timeago').timeago();
});

$(function() {
    $("div.gallery a").colorbox();
});