lsc hace 1 año
padre
commit
8dcaa6dbfb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      js/Desktop/DeskTop.js

+ 2 - 2
js/Desktop/DeskTop.js

@@ -2034,7 +2034,7 @@ U.MD.D.I.initDesktopIcons = function (el, type) {
                 $$("div", { className: "U_MD_D_KOS U_Img", "style": _wankeAdminDesktopIconInfo[i].style }, _iconcontent);
                 $$("div", { className: "U_MD_D_KOX", "innerHTML": _wankeAdminDesktopIconInfo[i].Name }, _iconcontent);
             }
-        } else if ((_type == 1 || _type == 4) && _oid == "884c5665-a453-46f3-b7b6-01d575290aa9" && _role == 0) {
+        } else if ((_type == 1 || _type == 4) && _org == "884c5665-a453-46f3-b7b6-01d575290aa9" && _role == 0) {
             for (i = 0; i < _scnuaiTeacherDeskIconInfo.length; i++) {
                 _content = $$("div", {
                     className: "U_MD_D_KO",
@@ -2051,7 +2051,7 @@ U.MD.D.I.initDesktopIcons = function (el, type) {
                 $$("div", { className: "U_MD_D_KOS U_Img", "style": _scnuaiTeacherDeskIconInfo[i].style }, _iconcontent);
                 $$("div", { className: "U_MD_D_KOX", "innerHTML": _scnuaiTeacherDeskIconInfo[i].Name }, _iconcontent);
             }
-        } else if ((_type == 1 || _type == 4) && _oid == "884c5665-a453-46f3-b7b6-01d575290aa9" && _role == 1) {
+        } else if ((_type == 1 || _type == 4) && _org == "884c5665-a453-46f3-b7b6-01d575290aa9" && _role == 1) {
             for (i = 0; i < _scnuaiAdminDeskIconInfo.length; i++) {
                 _content = $$("div", {
                     className: "U_MD_D_KO",