lsc 1 yıl önce
ebeveyn
işleme
1f3ffa53e2
1 değiştirilmiş dosya ile 0 ekleme ve 7 silme
  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);