mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-08 18:45:35 +00:00
Replacing without crashing
This commit is contained in:
@@ -334,7 +334,8 @@ module.exports = function() {
|
|||||||
|
|
||||||
socket.on('password', function(inp)
|
socket.on('password', function(inp)
|
||||||
{
|
{
|
||||||
ListSettings.password(inp, coll.replace(/ /g,''), guid, offline, socket);
|
if(coll != undefined) coll.replace(/ /g,'');
|
||||||
|
ListSettings.password(inp, coll, guid, offline, socket);
|
||||||
});
|
});
|
||||||
|
|
||||||
socket.on('skip', function(list)
|
socket.on('skip', function(list)
|
||||||
|
|||||||
Reference in New Issue
Block a user