From 3bc3e9ef0702467624caa86f24671ffadd7f2b47 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 13 Jun 2017 11:43:32 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E5=A4=8Dmsg.confi?= =?UTF-8?q?rm=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/admin/plugs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/admin/plugs.js b/static/admin/plugs.js index 7c4770ada..d4bfc1358 100644 --- a/static/admin/plugs.js +++ b/static/admin/plugs.js @@ -84,7 +84,7 @@ define(['jquery'], function () { typeof ok === 'function' && ok.call(this); self.close(); }, function () { - typeof no === 'function' && ok.call(this); + typeof no === 'function' && no.call(this); self.close(); }); };