Remove comment

This commit is contained in:
Benjamin Beganović 2021-07-01 19:00:01 +02:00
parent 12611647bc
commit 342ef656f0

View File

@ -74,8 +74,6 @@
<script>
Livewire.on('passed-required-fields-check', (event) => {
if (event.hasOwnProperty('client_postal_code')) {
console.log('Got POSTCODE');
document.querySelector('meta[name=client-postal-code]').content = event.client_postal_code;
}
});