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