Skip to content Skip to sidebar Skip to footer
window.addEventListener('message', function(e) { if (e.origin !== 'https://www.kayakvert.com') return; if (e.data && e.data.type === 'velo-iframe-resize') { var iframe = document.getElementById('velo-iframe'); if (iframe) { iframe.style.setProperty('height', (e.data.height + 20) + 'px', 'important'); } } if (e.data && e.data.type === 'velo-form-success') { window.location.href = '/merci-reservation/'; } });