MCPcopy Create free account
hub / github.com/ActiveState/code / set_mute

Function set_mute

recipes/JavaScript/578517_Music_player/recipe-578517.js:1566–1573  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1564}
1565
1566function set_mute()
1567{
1568 var e=document.getElementById("btnmute");
1569 var ep=document.getElementById("embplay");
1570 ep.Settings.mute=m_muted;
1571 var s_txt=m_muted?"unmute":"mute";
1572 e.value=s_txt;
1573}
1574
1575function display_block_checked_str(c)
1576{

Callers 2

dec_timerFunction · 0.85
toggle_muteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected