disable lobby realtime stream updates

pull/6909/head
Thibault Duplessis 2020-07-01 07:43:55 +02:00
parent 81cc309824
commit 74953735ac
1 changed files with 4 additions and 4 deletions

View File

@ -71,10 +71,10 @@ module.exports = function(cfg, element) {
}
});
},
streams: function(html) {
$('.lobby__streams').html(html);
filterStreams();
},
// streams: function(html) {
// $('.lobby__streams').html(html);
// filterStreams();
// },
featured: function(o) {
$('.lobby__tv').html(o.html);
lichess.pubsub.emit('content_loaded');