Adjustments for autofill

This commit is contained in:
David Bomba 2022-12-15 18:05:18 +11:00
parent cf1c51bb4d
commit 57c976536f

View File

@ -78,7 +78,7 @@
$(function() { $(function() {
var myCard = $('#my-card'); var myCard = $('#my-card');
myCard.CardJs.EXPIRY_USE_DROPDOWNS = true; myCard.EXPIRY_USE_DROPDOWNS = true;
}); });
</script> </script>