lsc před 2 roky
rodič
revize
5a2f499bb3
1 změnil soubory, kde provedl 15 přidání a 5 odebrání
  1. 15 5
      js/Desktop/DeskTop.js

+ 15 - 5
js/Desktop/DeskTop.js

@@ -3353,7 +3353,9 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
     _lchild.appendChild(_lspan)
     _lchild.style = "color: #fff;padding: 15px;background: #00000070;font-size: 18px;display:flex;align-items:center;"
     _loading.appendChild(_lchild)
-
+    _loading.onclick = function(){
+        U.UF.EV.stopBubble();
+    }
     var _box = $$('div', {
         "style": {
             "position": "relative",
@@ -3795,7 +3797,9 @@ U.MD.D.I.openApplicationJieTeacher = function (str, cid, stage, task, tool, stud
     _lchild.appendChild(_lspan)
     _lchild.style = "color: #fff;padding: 15px;background: #00000070;font-size: 18px;display:flex;align-items:center;"
     _loading.appendChild(_lchild)
-
+    _loading.onclick = function(){
+        U.UF.EV.stopBubble();
+    }
     var _box = $$('div', {
         "style": {
             "position": "relative",
@@ -4281,7 +4285,9 @@ U.MD.D.I.openApplicationJieS = function (str, cid, stage, task, tool) {
     _lchild.appendChild(_lspan)
     _lchild.style = "color: #fff;padding: 15px;background: #00000070;font-size: 18px;display:flex;align-items:center;"
     _loading.appendChild(_lchild)
-
+    _loading.onclick = function(){
+        U.UF.EV.stopBubble();
+    }
     var _box = $$('div', {
         "style": {
             "position": "relative",
@@ -4575,7 +4581,9 @@ U.MD.D.I.openApplicationJieStudio = function (str, cid, stage, task, tool) {
     _lchild.appendChild(_lspan)
     _lchild.style = "color: #fff;padding: 15px;background: #00000070;font-size: 18px;display:flex;align-items:center;"
     _loading.appendChild(_lchild)
-
+    _loading.onclick = function(){
+        U.UF.EV.stopBubble();
+    }
     var _box = $$('div', {
         "style": {
             "position": "relative",
@@ -4869,7 +4877,9 @@ U.MD.D.I.openApplicationYu = function (str, cid, stage, task, tool) {
     _lchild.appendChild(_lspan)
     _lchild.style = "color: #fff;padding: 15px;background: #00000070;font-size: 18px;display:flex;align-items:center;"
     _loading.appendChild(_lchild)
-
+    _loading.onclick = function(){
+        U.UF.EV.stopBubble();
+    }
     var _box = $$('div', {
         "style": {
             "position": "relative",