X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Dialog.VerifyAccess.js;fp=Pman.Dialog.VerifyAccess.js;h=f7bd7d846622af71524c6c458e3de001f6c1250b;hb=bf539ee8d1ef52f286b734e2c237273fc104dccc;hp=f23f89dc6bfc00aceac859de5a20c14b9da6edef;hpb=5b63959c8c1ccb4074814ac95eca65b3cda4a71e;p=Pman.Core diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index f23f89dc..f7bd7d84 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -69,7 +69,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { _this.data = res.data; if(_this.data.status != 0){ - _this.data.hide(); + _this.dialog.hide(); Roo.bootstrap.MessageBox.alert('Notice', 'This IP has been verified [' + _this.data.ip + ']'); return; }