fixes #1408; fix blacklist for uploaders
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
if (previews.length) {
|
||||
return previews;
|
||||
} else {
|
||||
return $("#image");
|
||||
return $("#image-container");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ a.blacklisted-active {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.post-preview.blacklisted-active, #image.blacklisted-active {
|
||||
.post-preview.blacklisted-active, #image-container.blacklisted-active {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user