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 13:35:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f52444cf846aa669a08175c6f6b57763e41161ea
f52444cf
1 parent
c258085d
chat.js 수정_3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
public/js/chat.js
public/js/chat.js
View file @
f52444c
...
...
@@ -119,11 +119,11 @@ var connect = function() {
if
(
data
.
reason
==
'length'
)
{
message
=
'Your username must have at least 3 characters and no more than 16 characters'
;
}
/*
if(data.reason == 'format') {
message = 'Your username must only contain alphanumeric characters (numbers, letters and underscores)';
}
*/
if
(
data
.
reason
==
'taken'
)
{
message
=
'This username is already taken'
;
}
...
...
Please
register
or
login
to post a comment