This commit is contained in:
Toks
2013-06-12 09:56:47 -04:00
parent f04c5ac835
commit 5d51c22652

View File

@@ -303,7 +303,7 @@
e.preventDefault();
});
if (/Nobody here but us chickens/.test($("#posts").html()) && !/Deleted posts/.test($("#related_list"))) {
if (/Nobody here but us chickens/.test($("#posts").html()) && !/Deleted posts/.test($("#related-box").html())) {
$("#show-wiki-excerpt-link").click();
}
}