Disable blacklists on pages without blacklist controls. (#3183)
This commit is contained in:
@@ -188,7 +188,7 @@
|
|||||||
})();
|
})();
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
if ($("#c-moderator-post-queues").length) {
|
if ($("#blacklist-box").length == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user