Sha256: dcf2311801f052acafc40fdd6df081e2a075eaf24fcc3d09118bf5b567a5cfdc
Contents?: true
Size: 236 Bytes
Versions: 7
Compression:
Stored size: 236 Bytes
Contents
$(document).ready(function (){ // To be fixed, later when I finish moving furniture. $(".commit-tree li ul").hide(); $(".commit-tree li.tree > a").click(function (){ $(this).next("ul").toggle(); return false; }); });
Version data entries
7 entries across 7 versions & 2 rubygems