@@ -421,7 +421,8 @@ U.MD.O.W.E.toolsbind = function () {
};
//工具栏更多处理,下拉框显示隐藏
- $('#U_MD_O_H_More').Child()[0].onclick = function (e) {
+ // $('#U_MD_O_H_More').Child()[0].onclick = function (e) {
+ $('#U_MD_O_H_More').children()[0].onclick = function (e) {
U.MD.O.W.E.morelocation(e, this, $('.U_MD_O_H_More_Area')[0]);
}
//工具栏大小初始化