Issue #1684880 by droplet, nod_: JSHint user.

8.0.x
Alex Pott 2013-05-21 15:50:30 -07:00
parent 286b353036
commit bdf02865c7
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Drupal.behaviors.password = {
}
// Only show the description box if a weakness exists in the password.
result.strength === 100 ? passwordDescription.hide() : passwordDescription.show();
passwordDescription.toggle(result.strength !== 100);
// Adjust the length of the strength indicator.
innerWrapper.find('.indicator')