Commit f5b02265 authored by 宿召阳's avatar 宿召阳

bug fix

parent 21ab6cbe
...@@ -46,6 +46,7 @@ $.fn.webSocket = function(opt){ ...@@ -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(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment