Skip to content

Commit

Permalink
fix missing length
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-quentin committed Nov 6, 2024
1 parent 806c3d2 commit 00ecec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/admin/security.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
print ' }';
print ' }';

print ' $("#minlenght").change(function(){valuePatternChange();});';
print ' $("#minlength").change(function(){valuePatternChange();});';
print ' $("#NbMajMin").change(function(){valuePatternChange();});';
print ' $("#NbNumMin").change(function(){valuePatternChange();});';
print ' $("#NbSpeMin").change(function(){valuePatternChange();});';
Expand Down

0 comments on commit 00ecec7

Please sign in to comment.