Selaa lähdekoodia

Merge branch 'fix/script' into 'develop'

Merge of fix/script to develop 脚本编辑器bug修改

See merge request o2oa/o2oa!695
胡起 5 vuotta sitten
vanhempi
commit
10dd007fac

+ 4 - 4
o2web/source/x_component_portal_PageDesigner/Main.js

@@ -1689,7 +1689,7 @@ MWF.xApplication.portal.PageDesigner.Main = new Class({
         }
     }
 });
-
-MWF.APPPD.Script = new Class({
-
-})
+//
+// MWF.APPPD.Script = new Class({
+//
+// })

+ 1 - 0
o2web/source/x_component_portal_PageDesigner/Script.js

@@ -24,6 +24,7 @@ MWF.xApplication.portal.PageDesigner.Script = new Class({
         //this.categorys = {};
         this.moduleCategorys = {};
         this.pathCategorys = {};
+
         this.loadView();
     },
     loadView: function(){