Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대욱
/
My_Project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김대욱
2020-06-24 14:31:02 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bb0a4b7e3edfc843b822c76326eb827fe3e9ba4e
bb0a4b7e
1 parent
7631507a
chat.js 수정_6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/chat.js
public/js/chat.js
View file @
bb0a4b7
...
...
@@ -748,7 +748,7 @@ if(typeof(Storage) !== 'undefined') {
}
window
.
onfocus
=
function
()
{
document
.
title
=
'
Node.JS Chat
'
;
document
.
title
=
'
채팅 사이트
'
;
focus
=
true
;
unread
=
0
;
};
...
...
Please
register
or
login
to post a comment