summaryrefslogtreecommitdiff
path: root/modules/user/js/password_strength.js
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/js/password_strength.js')
-rw-r--r--modules/user/js/password_strength.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/js/password_strength.js b/modules/user/js/password_strength.js
index c5fccc68..742db0ca 100644
--- a/modules/user/js/password_strength.js
+++ b/modules/user/js/password_strength.js
@@ -9,7 +9,7 @@
'g-password-strength100']
},
- _init: function() {
+ _create: function() {
var self = this;
$(this.element).on("input keyup", function() {
var strength = self.calculateStrength(this.value);