From 5905e6f0793ca7ee99b23ebb025cba235e7b8299 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 29 May 2018 16:43:52 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=AD=A3data-tips?= =?UTF-8?q?-image=E5=8A=A0=E8=BD=BD=E5=9B=BE=E7=89=87=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/admin.js | 3 +++ 1 file changed, 3 insertions(+) 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; });