X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Dialog.VerifyAccess.bjs;h=05339d0118dba2fac0bbdd070451f4a9a5e66f62;hb=17a69f7cb587eb18ce4a08e2ac232193cd221b48;hp=6ed4e9cf8c4193936053dfc71b311ec940831fe5;hpb=ae144bcacaae5ca0522301c866aa9a2f8e8b263f;p=Pman.Core diff --git a/Pman.Dialog.VerifyAccess.bjs b/Pman.Dialog.VerifyAccess.bjs index 6ed4e9cf..05339d01 100644 --- a/Pman.Dialog.VerifyAccess.bjs +++ b/Pman.Dialog.VerifyAccess.bjs @@ -198,7 +198,7 @@ }, { "listeners" : { - "click" : "function (_self, e)\n{\n if(!_this.form.isValid()){\n return;\n }\n Roo.log('submit');\n return;\n _this.dialog.el.mask('Sending...');\n _this.form.doAction('submit');\n \n}" + "click" : "function (_self, e)\n{\n if(!_this.form.isValid()){\n return;\n }\n\n _this.dialog.el.mask('Sending...');\n _this.form.doAction('submit');\n \n}" }, "String weight" : "primary", "xtype" : "Button",