mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-28 15:57:23 +00:00
bug fix
This commit is contained in:
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
Block a user