김대욱

chat.js 수정_6

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