Index: ssts-web/src/main/webapp/common/selectOrgUnitByExt.jsp =================================================================== diff -u -r40041 -r40044 --- ssts-web/src/main/webapp/common/selectOrgUnitByExt.jsp (.../selectOrgUnitByExt.jsp) (revision 40041) +++ ssts-web/src/main/webapp/common/selectOrgUnitByExt.jsp (.../selectOrgUnitByExt.jsp) (revision 40044) @@ -334,11 +334,11 @@ } function initData(){ - DWREngine.setAsync(false); + dwr.engine.setAsync(false); initDefinedUserGroup(); initDefinedOrgUnitGroup(); initRole(); - DWREngine.setAsync(true); + dwr.engine.setAsync(true); } function getUserByOrgunit(nodeId){