mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Adjustments for autofill
This commit is contained in:
parent
5bc35643b5
commit
d8246f28ec
@ -73,8 +73,13 @@
|
|||||||
<script src="{{ asset('js/clients/payments/authorize-credit-card-payment.js') }}"></script>
|
<script src="{{ asset('js/clients/payments/authorize-credit-card-payment.js') }}"></script>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@push('scripts')
|
@push('footer')
|
||||||
<script>
|
<script>
|
||||||
|
$(function() {
|
||||||
|
|
||||||
CardJs.EXPIRY_USE_DROPDOWNS = true;
|
CardJs.EXPIRY_USE_DROPDOWNS = true;
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
@endpush
|
@endpush
|
Loading…
x
Reference in New Issue
Block a user