mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Remove comment
This commit is contained in:
parent
12611647bc
commit
342ef656f0
@ -74,8 +74,6 @@
|
|||||||
<script>
|
<script>
|
||||||
Livewire.on('passed-required-fields-check', (event) => {
|
Livewire.on('passed-required-fields-check', (event) => {
|
||||||
if (event.hasOwnProperty('client_postal_code')) {
|
if (event.hasOwnProperty('client_postal_code')) {
|
||||||
console.log('Got POSTCODE');
|
|
||||||
|
|
||||||
document.querySelector('meta[name=client-postal-code]').content = event.client_postal_code;
|
document.querySelector('meta[name=client-postal-code]').content = event.client_postal_code;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user