#1686: Fix regression
903e744ae4 made it look like all searches
have deleted posts
This commit is contained in:
@@ -396,7 +396,7 @@
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
if (!$(".post-preview").length && /Nobody here but us chickens/.test($("#posts").html()) && !/Deleted posts/.test($("#related-box").html())) {
|
||||
if (!$(".post-preview").length && /Nobody here but us chickens/.test($("#posts").html())) {
|
||||
$("#show-excerpt-link").click();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user