pause
This commit is contained in:
@@ -126,4 +126,12 @@ function updateSort(sort){
|
||||
filters.sorted = sort;
|
||||
$(window).trigger("filter");
|
||||
showFeeds()
|
||||
}
|
||||
}
|
||||
|
||||
$(".pause-btn").on("click", function() {
|
||||
if($(".pause-btn").html() == "pause") { // Unpaused to paused
|
||||
$(".pause-btn").html("play_arrow")
|
||||
} else { // Paused to unpaused
|
||||
$(".pause-btn").html("pause")
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user