diff --git a/ner-edith.js b/ner-edith.js index 9fc0783..aeb442c 100644 --- a/ner-edith.js +++ b/ner-edith.js @@ -31,6 +31,9 @@ function setupInterface(data, file) { console.log(img_url); + if (img_url == "http://empty") + return + $("#preview").attr("src", img_url); $("#preview-link").attr("href", img_url); }