mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed success on skip class placing and hover on channels
This commit is contained in:
@@ -135,12 +135,12 @@ function skip(){
|
||||
data: "skip",
|
||||
success: function() {
|
||||
console.log("voted to skip song");
|
||||
$("#buttons").addClass("success");
|
||||
$("#search").addClass("success");
|
||||
updateList();
|
||||
},
|
||||
}).responseText);
|
||||
setTimeout(function(){
|
||||
$("#playlist").removeClass("success");
|
||||
$("#search").removeClass("success");
|
||||
},1500);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user