lsc 10 meses atrás
pai
commit
6745896ac4
1 arquivos alterados com 9 adições e 9 exclusões
  1. 9 9
      js/Desktop/DeskTop.js

+ 9 - 9
js/Desktop/DeskTop.js

@@ -6289,15 +6289,15 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
                 _iframe.contentWindow.document.body.appendChild(script4);
                 U.MD.D.I.getContent(cid, stage, task, tool, _userid, '3', _iframe)
             };
-            if (onloadListener) {
-                try {
-                    _iframe.src += "?cocorobo="+new Date().getTime()
-                    _iframe.contentWindow.document.location.reload()
-                } catch (error) {
-                }
-            } else {
-                _iframe.contentDocument.location.reload()
-            }
+            // if (onloadListener) {
+            //     try {
+            //         _iframe.src += "?cocorobo="+new Date().getTime()
+            //         _iframe.contentWindow.document.location.reload()
+            //     } catch (error) {
+            //     }
+            // } else {
+            //     _iframe.contentDocument.location.reload()
+            // }
         } else {
             _iframe.onload = () => {
                 _iframe.contentWindow.document.body.appendChild(script1);