Index: ssts-web/src/main/webapp/js/commonUtils.js =================================================================== diff -u -r41264 -r41269 --- ssts-web/src/main/webapp/js/commonUtils.js (.../commonUtils.js) (revision 41264) +++ ssts-web/src/main/webapp/js/commonUtils.js (.../commonUtils.js) (revision 41269) @@ -58,12 +58,12 @@ render: function (v) { if (callBack) { var timeout = setInterval(function () { - var iframe = top.document.getElementById('iframeForm').contentWindow.isLoadIframe; + var iframe = top.document.getElementById('iframeForm').contentWindow.document.getElementById('addQualityMonitoringForm'); if (iframe) { clearInterval(timeout); callBack(top.document.getElementById('iframeForm').contentWindow); } - }, 1000); + }, 10); } } }