summaryrefslogtreecommitdiff
path: root/modules/user/js
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2013-05-24 12:12:57 +0000
committerNathan Kinkade <nath@nkinka.de>2013-05-24 12:12:57 +0000
commit9569b43035de9645e82271896e302c8d082d960a (patch)
tree4dffbc9117e84d5fb9cf0a5806bf51ff2086ee95 /modules/user/js
parent3908e37d965fa76ea774e76ddf42365a872a5f27 (diff)
parentb7177cfb2dcfb8b057a15757943c5e733d6c8917 (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/user/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);