formatting

This commit is contained in:
2023-10-27 15:09:48 -05:00
parent 587e273435
commit 96a2b74fa7
8 changed files with 22 additions and 29 deletions

View File

@@ -8,7 +8,8 @@
<title>Engagement Orchestration Services</title>
<script>
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.documentElement.scrollHeight + 'px';
obj.style.height =
obj.contentWindow.document.documentElement.scrollHeight + "px";
}
</script>
</head>