compass360

Results 3 comments of compass360

I was able to figure this out: ``` $('body').on('click', 'button.modal-close', {}, function() { window.parent.$('#modal-iframe').iziModal('close', { transition: 'bounceOutDown' // Options }); }); ``` I added the above to the the same...

I'm seeing the same error, but on multiple language-specific sites that use the same domain (ie domain.io, domain.io/es/, domain.io/de, etc). My env file has both "DEFAULT_SITE_URL" and "ROOT_URL" specified to...