diff --git a/jquery.strengthify.js b/jquery.strengthify.js index 0bc0efa..d9948e2 100644 --- a/jquery.strengthify.js +++ b/jquery.strengthify.js @@ -70,7 +70,7 @@ }; function drawStrengthify() { - var password = $(this).val(), + var password = $(this).val().substring(0, 100), elemId = $(this).attr('id'), // hide strengthify if no input is provided opacity = (password === '') ? 0 : 1,