media/js/sjl.js @ 2b83293c583f

Add MODI to my javascript utils.
author Steve Losh <steve@dwaiter.com>
date Wed, 03 Mar 2010 10:28:53 -0500
parents 712f14a1a1cd
children def464696a83
$(function() {
  jQuery('span.timeago').timeago();
});

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