mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issues with client
This commit is contained in:
@@ -425,6 +425,7 @@ function get_list_listener(){
|
||||
}
|
||||
|
||||
function setup_suggested_listener(){
|
||||
if(client) return;
|
||||
socket.on("suggested", function(params){
|
||||
var single = true;
|
||||
if(params.id === undefined)
|
||||
|
||||
Reference in New Issue
Block a user