remove comment

This commit is contained in:
Bilal
2020-09-09 19:38:09 +03:00
parent aa6c851807
commit 79174d8f3b

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");
}