mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed cookie setting of chatname. Too buggy for public still..
This commit is contained in:
@@ -3,13 +3,13 @@ var Chat = {
|
||||
namechange: function(newName)
|
||||
{
|
||||
socket.emit("namechange", newName);
|
||||
Crypt.set_name(newName);
|
||||
//Crypt.set_name(newName);
|
||||
},
|
||||
|
||||
removename: function()
|
||||
{
|
||||
socket.emit("removename");
|
||||
Crypt.remove_name();
|
||||
//Crypt.remove_name();
|
||||
},
|
||||
|
||||
chat: function(data)
|
||||
|
||||
Reference in New Issue
Block a user