Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
Description
jQuery Validation Plugin v1.21.0
Thesubstr
is depreciated
Lines 273 and 275:
all_sum = even_sum + odd_sum;control_digit = ( 10 - ( all_sum ).toString().substr( -1 ) ).toString();control_digit = parseInt( control_digit, 10 ) > 9 ? "0" : control_digit;control_letter = "JABCDEFGHI".substr( control_digit, 1 ).toString();