posts: fix paginator not appearing when all posts are hidden.
Fix the paginator not appearing when all posts on the page are hidden, because of deleted posts, banned artists, censored tags, or non-safe posts in safe mode. This prevented navigating to the next or previous page.
This commit is contained in:
@@ -355,7 +355,7 @@ Post.initialize_excerpt = function() {
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
if (!$(".post-preview").length && /Nobody here but us chickens/.test($("#posts").html())) {
|
||||
if (!$(".post-preview").length && /No posts found/.test($("#posts").html())) {
|
||||
$("#show-excerpt-link").click();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user