Fix text for password field on register.compact not appearing

Strength meter relies css/events from restyled login.  This
ensures it's there before trying to add the meter.
This commit is contained in:
David Wick
2015-01-05 18:36:12 -08:00
parent ac9b7141b5
commit 680dcddc04

View File

@@ -287,7 +287,7 @@ r.ui.RegisterForm = function() {
}
this.$el.find('[name="passwd2"]').on('keyup', $.proxy(this, 'checkPasswordMatch'));
this.$el.find('[name="passwd"]')
this.$el.find('[name="passwd"][data-validate-url]')
.strengthMeter({
username: '#user_reg',
delay: 0,