mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-22 21:38:11 -05:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user