merged default

--HG--
branch : kf-titles
This commit is contained in:
Kyle Fiedler
2012-03-15 16:47:59 -04:00
27 changed files with 201 additions and 93 deletions

View File

@@ -8,7 +8,7 @@
${init}
$(".sequence-nav li a").hover(function(){
$(this).siblings().toggle();
$(this).siblings().toggleClass("shown");
});
});
</script>