mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-27 07:17:10 +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){
|
||||
tag.append(escapeString(obj.content));
|
||||
});
|
||||
return tag[0];
|
||||
} ,
|
||||
title:'日志',
|
||||
onhide:function(){
|
||||
|
Loading…
Reference in New Issue
Block a user