|
@@ -6274,10 +6274,8 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
|
|
_iframe.contentDocument.location.reload()
|
|
_iframe.contentDocument.location.reload()
|
|
}
|
|
}
|
|
} else if (str == 'whiteboard') {
|
|
} else if (str == 'whiteboard') {
|
|
- alert('1')
|
|
|
|
_iframe = _formdiv.querySelector('iframe')
|
|
_iframe = _formdiv.querySelector('iframe')
|
|
let onloadListener = _iframe.onload = () => {
|
|
let onloadListener = _iframe.onload = () => {
|
|
- alert('3')
|
|
|
|
_iframe.contentWindow.document.body.appendChild(script1);
|
|
_iframe.contentWindow.document.body.appendChild(script1);
|
|
_iframe.contentWindow.document.body.appendChild(script2);
|
|
_iframe.contentWindow.document.body.appendChild(script2);
|
|
_iframe.contentWindow.document.body.appendChild(script4);
|
|
_iframe.contentWindow.document.body.appendChild(script4);
|
|
@@ -6287,7 +6285,6 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
|
|
try {
|
|
try {
|
|
_iframe.src += "?cocorobo="+new Date().getTime()
|
|
_iframe.src += "?cocorobo="+new Date().getTime()
|
|
_iframe.contentWindow.document.location.reload()
|
|
_iframe.contentWindow.document.location.reload()
|
|
- alert('2')
|
|
|
|
} catch (error) {
|
|
} catch (error) {
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|