This commit is contained in:
Toks
2013-06-16 10:06:05 -04:00
parent 73b5f5c9e2
commit 299baf7d73

View File

@@ -296,6 +296,9 @@
});
$("#show-wiki-excerpt-link").click(function(e) {
if ($(this).parent("li").hasClass("active")) {
return;
}
$("#show-posts-link").parent("li").removeClass("active");
$("#show-wiki-excerpt-link").parent("li").addClass("active");
$("#posts").hide();