Pinned Loading
-
-
-
Used to mute and unmute an HTML <aud...
Used to mute and unmute an HTML <audio> tag when mute button was clicked. 1function sound(){
2$mutebutton.on('click',function(event) {
3if($audio[0].muted === false){
4$audio.attr('muted',true)
5$audio[0].muted = true;
-
-
spaceWarps
spaceWarps PublicModern take on chutes and ladders- An adventure through space!
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.