mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 00:24:38 -04:00
Adjustments for autofill
This commit is contained in:
parent
548385c8d7
commit
cf1c51bb4d
@ -76,8 +76,10 @@
|
|||||||
@push('footer')
|
@push('footer')
|
||||||
<script defer>
|
<script defer>
|
||||||
|
|
||||||
CardJs.EXPIRY_USE_DROPDOWNS = true;
|
$(function() {
|
||||||
|
var myCard = $('#my-card');
|
||||||
|
myCard.CardJs.EXPIRY_USE_DROPDOWNS = true;
|
||||||
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
@endpush
|
@endpush
|
Loading…
x
Reference in New Issue
Block a user