mute sur l'élément dash

This commit is contained in:
nyanloutre 2017-07-19 17:59:37 +02:00
parent 6a9ffd244e
commit 45a1545531
Signed by: nyanloutre
GPG Key ID: F85D93686A3A9063
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@
var video_button = document.getElementById("video-sound");
function masthead_video_mute(mute) {
masthead_video.muted = mute;
player.setMute(mute);
if (mute) {
video_button.children[0].children[0].setAttribute("xlink:href", "/vector/sprite.svg#sound-off");
}