|
@@ -2040,7 +2040,7 @@ U.UF.UI.form.prototype = {
|
|
|
//关闭任务栏处理
|
|
|
if (U.MD.D.T.taskbar.close) {
|
|
|
U.MD.D.T.taskbar.close({ "forms": _formel });
|
|
|
- U.MD.N.urlWrite("", "可可乐博智慧平台");
|
|
|
+ U.MD.N.urlWrite("", "智慧课堂平台");
|
|
|
}
|
|
|
} catch (e) { }
|
|
|
//回调处理
|
|
@@ -2070,6 +2070,7 @@ U.UF.UI.form.prototype = {
|
|
|
if (_headel) {
|
|
|
//头部双击放大缩小处理处理
|
|
|
_headel.ondblclick = U.UF.C.apply(_headel, function () {
|
|
|
+ U.UF.EV.stopBubble(event);
|
|
|
//判断双击的元素是否在头部导航上,否则如果头部上有其他的按钮什么的双击了,也会触发放大方法
|
|
|
if (event.srcElement == this || U.UF.EL.isChild(this, event.srcElement)) {
|
|
|
_enlargeel.onclick(); //放大的处理
|