widgets/SecurePass.js
authorKH Lau <khlau@roojs.com>
Wed, 6 Dec 2017 08:40:02 +0000 (16:40 +0800)
committerKH Lau <khlau@roojs.com>
Wed, 6 Dec 2017 08:40:02 +0000 (16:40 +0800)
widgets/SecurePass.js

index bc1c262..778d6ab 100644 (file)
@@ -77,7 +77,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
     onRender: function (ct, position) {
         Ext.form.SecurePass.superclass.onRender.call(this, ct, position);
         this.wrap = this.el.wrap({cls: 'x-form-field-wrap'});
-        this.trigger = this.wrap.createChild({tag: 'div', cls: 'StrengthMeter ' + this.triggerClass});
+        this.trigger = this.wrap.createChild({tag: 'div', cls: 'roo-strength-meter ' + this.triggerClass});
 
         this.trigger.createChild({
             tag: 'div',