Skip to content

Commit

Permalink
Added missing break (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptdev authored and MorrisJobke committed Mar 10, 2017
1 parent fd8bc41 commit 47965bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jquery.strengthify.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
css = 'password-good';
bsLevel = 'info';
message = "Getting better.";
break;
case 4:
css = 'password-good';
bsLevel = 'success';
Expand Down

0 comments on commit 47965bc

Please sign in to comment.