diff --git a/static/admin.js b/static/admin.js index 309d015cf..e2deb4adc 100644 --- a/static/admin.js +++ b/static/admin.js @@ -631,6 +631,9 @@ $(function () { } }); }; + img.onerror = function (e) { + $.msg.close(index); + }; img.src = this.getAttribute('data-tips-image') || this.src; });