mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Flexing
This commit is contained in:
@@ -42,7 +42,7 @@ customMessageBus.onMessage = function(event) {
|
||||
nextTitle = json_parsed.title;
|
||||
$("#next_title").html(nextTitle);
|
||||
$("#next_pic").attr("src", "//img.youtube.com/vi/"+nextVideo+"/mqdefault.jpg");
|
||||
$("#next_song").css("display", "block");
|
||||
$("#next_song").css("display", "flex");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user