Fixed issues with client

This commit is contained in:
Kasper Rynning-Tønnesen
2018-04-06 16:51:04 +02:00
parent 1d9b3a42b1
commit 435fb23fd3
7 changed files with 40 additions and 26 deletions

View File

@@ -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)