Update broadcast layout #91

Closed
bilal.catic wants to merge 3 commits from update-broadcast-layout into master
Showing only changes of commit 79174d8f3b - Show all commits

View File

@@ -23,8 +23,5 @@ $(document).on("click", "[data-behavior=play_stream]", function() {
});
function clearPlayingHighlight() {
// $(".playing-highlight").each(e => {
// $(e).removeClass('playing-highlight');
// });
$(".playing-highlight").removeClass("playing-highlight");
}