Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | }; | ... | ... |
-
Please register or login to post a comment