mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed error with loggin in twice
This commit is contained in:
@@ -124,9 +124,9 @@ function init(){
|
||||
socket.on("get_list", function(){
|
||||
//setTimeout(function(){
|
||||
socket.emit('list', chan.toLowerCase());
|
||||
if(Crypt.get_pass(chan.toLowerCase()) != undefined){
|
||||
/*if(Crypt.get_pass(chan.toLowerCase()) != undefined){
|
||||
socket.emit("password", [Crypt.crypt_pass(Crypt.get_pass(chan.toLowerCase())), chan.toLowerCase()]);
|
||||
}
|
||||
}*/
|
||||
});
|
||||
|
||||
socket.on("suggested", function(params){
|
||||
|
||||
Reference in New Issue
Block a user