Pman.Dialog.BAdminStaffTwoFactorQRCode.bjs
authorEdward <edward@roojs.com>
Wed, 19 Dec 2018 07:17:27 +0000 (15:17 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Dec 2018 07:17:27 +0000 (15:17 +0800)
Pman.Dialog.BAdminStaffTwoFactorQRCode.js

Pman.Dialog.BAdminStaffTwoFactorQRCode.bjs
Pman.Dialog.BAdminStaffTwoFactorQRCode.js

index 5fc4e1c..3d9d589 100644 (file)
@@ -31,7 +31,7 @@
    "items" : [
     {
      "listeners" : {
-      "render" : "function (_self)\n{\n    _this.cancelBtn = this;\n}",
+      "render" : "function (_self)\n{\n    _this.skipBtn = this;\n}",
       "click" : "function (_self, e)\n{\n    _this.dialog.hide();\n    \n    return;\n}"
      },
      "String weight" : "default",
index 9ef62a6..eac16dd 100644 (file)
@@ -117,7 +117,7 @@ Roo.apply(Pman.Dialog.BAdminStaffTwoFactorQRCode.prototype, {
         },
        render : function (_self)
         {
-            _this.cancelBtn = this;
+            _this.skipBtn = this;
         }
       },
       xns : Roo.bootstrap,