lsc há 1 ano atrás
pai
commit
82a1e74b99
1 ficheiros alterados com 0 adições e 3 exclusões
  1. 0 3
      js/Desktop/DeskTop.js

+ 0 - 3
js/Desktop/DeskTop.js

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