pause
This commit is contained in:
@@ -133,7 +133,9 @@ function updateSort(sort){
|
||||
$(".pause-btn").on("click", function() {
|
||||
if($(".pause-btn").html() == "pause") { // Unpaused to paused
|
||||
$(".pause-btn").html("play_arrow")
|
||||
paused = true;
|
||||
} else { // Paused to unpaused
|
||||
$(".pause-btn").html("pause")
|
||||
paused = false;
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user