mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Hopefully fixed to crashpoints
This commit is contained in:
@@ -368,6 +368,7 @@ function send_list(coll, socket, send, list_send, configs, shuffled)
|
||||
}
|
||||
|
||||
function end(obj, coll, guid, offline, socket) {
|
||||
var socketid = socket.zoff_id;
|
||||
if(typeof(obj) !== 'object') {
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -160,7 +160,7 @@ router.route('/').get(function(req, res, next){
|
||||
res.render('layouts/frontpage', data);
|
||||
}
|
||||
} catch(e) {
|
||||
console.log(e);
|
||||
//console.log(e);
|
||||
//res.redirect("https://zoff.me");
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user