summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
authorshadlaws <shad@shadlaws.com>2013-05-07 18:46:43 +0200
committershadlaws <shad@shadlaws.com>2013-05-07 18:46:43 +0200
commit90528d9c83b74518c0a2293802b93fa03da40345 (patch)
tree266f67f2c6617aafa3b5f92ee56db9530f9520f3 /modules/user
parent269927b27c7ea25193c4da29db17539eb3d92d50 (diff)
#2065 - Fix problems with double-ajaxifying of dialogs.
Change all jQuery-ui widget _init() functions to _create() functions.
Diffstat (limited to 'modules/user')
-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);