From 90528d9c83b74518c0a2293802b93fa03da40345 Mon Sep 17 00:00:00 2001 From: shadlaws Date: Tue, 7 May 2013 18:46:43 +0200 Subject: #2065 - Fix problems with double-ajaxifying of dialogs. Change all jQuery-ui widget _init() functions to _create() functions. --- modules/user/js/password_strength.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/js/password_strength.js') 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); -- cgit v1.2.3