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(); }); };