김대욱

chat.js 수정_6

......@@ -748,7 +748,7 @@ if(typeof(Storage) !== 'undefined') {
}
window.onfocus = function() {
document.title = 'Node.JS Chat';
document.title = '채팅 사이트';
focus = true;
unread = 0;
};
......