diff --git a/index.html b/index.html index a6711e8..d8a8ff2 100644 --- a/index.html +++ b/index.html @@ -84,9 +84,10 @@

Result

(e.dataTransfer || e.target).files[0], function (img) { if (!(img.src || img instanceof HTMLCanvasElement)) { - img = $( + img = $('

'+ 'Error' + - ' Loading image file failed' + ' Loading image file failed'+ + '

); } result.children().replaceWith(img);