Disable blacklists on pages without blacklist controls. (#3183)

This commit is contained in:
evazion
2017-07-03 15:08:23 -05:00
parent c3ac4f3329
commit cda35494a4

View File

@@ -188,7 +188,7 @@
})();
$(document).ready(function() {
if ($("#c-moderator-post-queues").length) {
if ($("#blacklist-box").length == 0) {
return;
}