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