Changed Username
This commit is contained in:
parent
1b3bc22a65
commit
7498b550db
@ -13,7 +13,7 @@
|
|||||||
// Wait for server response and identify client
|
// Wait for server response and identify client
|
||||||
socket.on('user_identify', function(){
|
socket.on('user_identify', function(){
|
||||||
socket.emit('user_login', {
|
socket.emit('user_login', {
|
||||||
'username': 'Bart',
|
'username': 'BUUUUUUUUUURTE',
|
||||||
'mailHash': '289e66591abdb9c2d4cb15517f0fd8d8'
|
'mailHash': '289e66591abdb9c2d4cb15517f0fd8d8'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@ -51,7 +51,7 @@
|
|||||||
div.input_container > form > input, div.input_container > button {
|
div.input_container > form > input, div.input_container > button {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="chat_container">
|
<div class="chat_container">
|
||||||
<div class="message_container">
|
<div class="message_container">
|
||||||
<!-- JS will push messages here -->
|
<!-- JS will push messages here -->
|
||||||
|
Loading…
Reference in New Issue
Block a user