mirror of https://github.com/jumpserver/jumpserver
bug fix
parent
21ab6cbe1e
commit
f5b02265a4
|
@ -46,6 +46,7 @@ $.fn.webSocket = function(opt){
|
||||||
socket.on('message',function(obj){
|
socket.on('message',function(obj){
|
||||||
tag.append(escapeString(obj.content));
|
tag.append(escapeString(obj.content));
|
||||||
});
|
});
|
||||||
|
return tag[0];
|
||||||
} ,
|
} ,
|
||||||
title:'日志',
|
title:'日志',
|
||||||
onhide:function(){
|
onhide:function(){
|
||||||
|
|
Loading…
Reference in New Issue