media/js/sjl.js @ 664b58187482

Fix the feed, for now.
author Steve Losh <steve@stevelosh.com>
date Sun, 20 Jun 2010 15:40:48 -0400
parents 712f14a1a1cd
children def464696a83
$(function() {
  jQuery('span.timeago').timeago();
});

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