File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 allowDropdown : data . allowDropdown !== undefined ? true : false
2828 } ;
2929
30- options . utilsScript = 'https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/9.0.1 /js/utils.js' ;
30+ options . utilsScript = 'https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.4.0 /js/utils.js' ;
3131 options . preferredCountries = data . preferredCountries ,
3232
3333
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ class Media:
1414 css = {
1515 'all' : (
1616 'https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/'
17- '9.0.1 /css/intlTelInput.css' ,
17+ '12.4.0 /css/intlTelInput.css' ,
1818 ),
1919 }
2020 js = (
2121 'https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/'
22- '9.0.1 /js/intlTelInput.min.js' ,
22+ '12.4.0 /js/intlTelInput.min.js' ,
2323 'intl_tel_input/init.js' ,
2424 )
2525
You can’t perform that action at this time.
0 commit comments