fixes #1408; fix blacklist for uploaders

This commit is contained in:
Toks
2013-04-23 18:57:16 -04:00
parent 6d843cff1f
commit ed66f71fad
4 changed files with 4 additions and 4 deletions

View File

@@ -101,7 +101,7 @@
if (previews.length) {
return previews;
} else {
return $("#image");
return $("#image-container");
}
}