BarnOwl Info Sharing Session: Thinking in Systems When Decisions are Complex
/* Auto-resize iframe to fit email content height */ window.addEventListener('message', function(e) { if (e.data && e.data.type === 'barnowl:height') { var f = document.getElementById('barnowlFrame'); if (f) f.style.height = (e.data.value +