diff --git a/omf/models/resilientCommunity.html b/omf/models/resilientCommunity.html index b2a2de0cd..919a58c14 100644 --- a/omf/models/resilientCommunity.html +++ b/omf/models/resilientCommunity.html @@ -114,7 +114,7 @@ var mapContent = allOutputData["resilienceMap"] var iframe = document.createElement('iframe'); iframe.style = 'width:1000px; height:800px; border-radius:8px;' - document.getElementById('resilienceMap').innerHTML = '
'; + document.getElementById('resilienceMap').innerHTML = '
'; document.getElementById('resilienceMap').appendChild(iframe); iframe.contentWindow.document.open(); iframe.contentWindow.document.write(mapContent);