提交 b24c30af 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'cherry-pick-0a289721' into 'release'

修改成点击clear 重新生成tag标志

See merge request o2oa/o2oa!5345
......@@ -140,7 +140,7 @@ MWF.xApplication.LogViewer.Main = new Class({
this.clearBtn = new Element("button",{"text":"clear","style":"margin:10px;float:right"}).inject(this.toolbarNode);
this.clearBtn.addEvent("click",function () {
this.screenInforAreaNode.empty();
//this.tagId = o2.uuid();
this.tagId = o2.uuid();
}.bind(this));
this.stopBtn = new Element("button",{"text":"stop","style":"margin:10px;float:right"}).inject(this.toolbarNode);
this.startBtn = new Element("button",{"text":"start","style":"margin:10px;display:none;;float:right"}).inject(this.toolbarNode);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册