lsc 1 год назад
Родитель
Сommit
1f3ffa53e2
1 измененных файлов с 0 добавлено и 7 удалено
  1. 0 7
      js/Desktop/DeskTop.js

+ 0 - 7
js/Desktop/DeskTop.js

@@ -6277,13 +6277,6 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
         } else if (str == 'whiteboard') {
             _iframe = _formdiv.querySelector('iframe')
             let onloadListener = _iframe.onload = () => {
-                try {
-                    alert(_box.offsetHeight)
-                    alert(_iframe.offsetHeight)
-                    alert(_iframe.contentWindow.document.body.innerHTML)
-                } catch (error) {
-                    alert(error)
-                }
                 _iframe.contentWindow.document.body.appendChild(script1);
                 _iframe.contentWindow.document.body.appendChild(script2);
                 _iframe.contentWindow.document.body.appendChild(script4);