Roo/bootstrap/SecurePass.js
authorKH Lau <khlau@roojs.com>
Wed, 22 Nov 2017 09:17:37 +0000 (17:17 +0800)
committerKH Lau <khlau@roojs.com>
Wed, 22 Nov 2017 09:17:37 +0000 (17:17 +0800)
Roo/bootstrap/SecurePass.js

index a6a9fff..488c060 100644 (file)
@@ -165,6 +165,7 @@ Roo.extend(Roo.bootstrap.SecurePass, Roo.bootstrap.Input, {
     },
     reset: function () {
         Roo.bootstrap.SecurePass.superclass.reset.call(this);
+        console.log(this.type);
         this._lastPwd = '';
         var pm = this.trigger.child('div/div/div').dom;
         pm.style.width = 0;