Added minor ui changes

This commit is contained in:
Kyle Fiedler
2012-03-15 16:28:36 -04:00
parent e09310e9c9
commit 3da8b8133f
6 changed files with 70 additions and 28 deletions

View File

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