window.addEventListener('message', function handleIFrameMessage (e) {
var clinikoBookings = document.getElementById('cliniko-47469466');
if (typeof e.data !== 'string') return;
if (e.data.search('cliniko-bookings-resize') > -1) {
var height = Number(e.data.split(':')[1]);
clinikoBookings.style.height = height + 'px';
}
e.data.search('cliniko-bookings-page') > -1 && clinikoBookings.scrollIntoView();
});
One thought
A WordPress Commenter
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.