fix volume null error mamer
This commit is contained in:
parent
3766e02f65
commit
319cda0274
|
@ -23,8 +23,6 @@
|
||||||
document.addEventListener('keydown', arrowKeys);
|
document.addEventListener('keydown', arrowKeys);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
var video = document.getElementById('player');
|
|
||||||
video.volume = 0.3;
|
|
||||||
|
|
||||||
var x = document.getElementById("player");
|
var x = document.getElementById("player");
|
||||||
x.volume = 0.3;
|
x.volume = 0.3;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user