';
if( list.find( 'div.not-found' ).length == 0 ){
list.append( notFound );
}
}else{
list.find( 'div.not-found' ).remove();
}
}
document.getElementById("form-search-conversation").addEventListener("keydown", function(event) {
if (event.key === "Enter") {
event.preventDefault();
}
});