remove comment
This commit is contained in:
@@ -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");
|
||||
}
|
||||
Reference in New Issue
Block a user