style/js fixes

This commit is contained in:
albert
2011-11-03 16:35:16 -04:00
parent d09e80d2f4
commit 5f2f24814d
5 changed files with 5 additions and 20 deletions

View File

@@ -141,16 +141,10 @@
$("#post-sections li a").click(function(e) {
if (e.target.hash === "#comments") {
$("#comments").fadeIn("fast");
$("#notes").hide();
$("#edit").hide();
} else if (e.target.hash === "#notes") {
$("#notes").fadeIn("fast");
$("#comments").hide();
$("#edit").hide();
} else {
$("#edit").fadeIn("fast");
$("#comments").hide();
$("#notes").hide();
}
$("#post-sections li").removeClass("active");