lsc 1 gadu atpakaļ
vecāks
revīzija
53cbdee03b
1 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 5 5
      js/Desktop/DeskTop.js

+ 5 - 5
js/Desktop/DeskTop.js

@@ -1593,21 +1593,21 @@ U.MD.D.I.initDesktopIcons = function (el, type) {
                 $$("div", { className: "U_MD_D_KOX", "innerHTML": _teacherDesktopIconInfo2[i].Name }, _iconcontent);
             }
         } else if ((_type == 1 || _type == 4) && (_org == "fbb00cc1-380b-4173-add4-59b3cf7682b5")) {
-            for (i = 0; i < _thuioeStudentDeskIconInfo.length; i++) {
+            for (i = 0; i < _thuioeTeacherDeskIconInfo.length; i++) {
                 _content = $$("div", {
                     className: "U_MD_D_KO",
                     "onmousedown": U.UF.C.closure(function (obj) {
                         //防止拖动图标即打开了桌面应用
                         U.MD.D.click(this, obj);
-                    }, [_thuioeStudentDeskIconInfo[i]]),
+                    }, [_thuioeTeacherDeskIconInfo[i]]),
                     "onclick": U.UF.C.closure(function (obj) {
                         //防止拖动图标即打开了桌面应用
                         U.MD.D.click(this, obj);
-                    }, [_thuioeStudentDeskIconInfo[i]])
+                    }, [_thuioeTeacherDeskIconInfo[i]])
                 }, _frag); // 
                 _iconcontent = $$("div", { className: "U_MD_D_KOA" }, _content);
-                $$("div", { className: "U_MD_D_KOS U_Img", "style": _thuioeStudentDeskIconInfo[i].style }, _iconcontent);
-                $$("div", { className: "U_MD_D_KOX", "innerHTML": _thuioeStudentDeskIconInfo[i].Name }, _iconcontent);
+                $$("div", { className: "U_MD_D_KOS U_Img", "style": _thuioeTeacherDeskIconInfo[i].style }, _iconcontent);
+                $$("div", { className: "U_MD_D_KOX", "innerHTML": _thuioeTeacherDeskIconInfo[i].Name }, _iconcontent);
             }
         } else if ((_type == 1 || _type == 4) && (_org == "4df1b570-f6ac-48fc-8d50-d0b157dae776")) {
             for (i = 0; i < _lotechTeacherDeskIconInfo.length; i++) {