Merge pull request #3829 from evazion/fix-3821
Fix #3821: Blacklist and mod queue.
This commit is contained in:
@@ -130,7 +130,7 @@ Blacklist.apply = function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Blacklist.posts = function() {
|
Blacklist.posts = function() {
|
||||||
return $(".post-preview, #image-container, #c-comments .post");
|
return $(".post-preview, #image-container, #c-comments .post, .mod-queue-preview.post-preview");
|
||||||
}
|
}
|
||||||
|
|
||||||
Blacklist.post_match = function(post, entry) {
|
Blacklist.post_match = function(post, entry) {
|
||||||
|
|||||||
@@ -12,6 +12,8 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<%= render "posts/partials/common/inline_blacklist" %>
|
||||||
|
|
||||||
<% @posts.each do |post| %>
|
<% @posts.each do |post| %>
|
||||||
<%= render "post", post: post %>
|
<%= render "post", post: post %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
@@ -25,6 +25,8 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<%= render "posts/partials/common/inline_blacklist" %>
|
||||||
|
|
||||||
<% @posts.each do |post| %>
|
<% @posts.each do |post| %>
|
||||||
<%= render "post", post: post %>
|
<%= render "post", post: post %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user