Reenabled frontpage rotation of lists

This commit is contained in:
Kasper Rynning-Tønnesen
2016-05-09 16:44:47 +02:00
parent 7742a8c9f8
commit 126204612f
5 changed files with 16 additions and 12 deletions

View File

@@ -137,8 +137,7 @@ var Nochan = {
//$(".room-namer").css("opacity", 1);
}
},500);
}else{
} else {
var img = new Image();
img.src = "/static/images/thumbnails/"+id+".jpg";
@@ -315,7 +314,7 @@ function initfp(){
socket.on('playlists', function(msg){
$("#channels").empty();
frontpage = true;
Nochan.populate_channels(msg.channels);
Nochan.set_viewers(msg.viewers);