This commit is contained in:
Toks
2013-06-11 12:50:57 -04:00
parent 05ee1077cd
commit e6b6d39bc7

View File

@@ -302,6 +302,10 @@
$("#wiki-page-excerpt").show();
e.preventDefault();
});
if (/Nobody here but us chickens/.test($("#posts").html()) && !/Deleted posts/.test($("#related_list"))) {
$("#show-wiki-excerpt-link").click();
}
}
Danbooru.Post.initialize_post_sections = function() {