fix sound
This commit is contained in:
parent
42f30f460d
commit
2a0fbd941f
@ -102,7 +102,7 @@ var connectWs = function() {
|
|||||||
if($(".marker"+value).css("color") == "rgb(66, 66, 66)") {
|
if($(".marker"+value).css("color") == "rgb(66, 66, 66)") {
|
||||||
$(".marker"+value).css("color","rgb(211, 16, 16)");
|
$(".marker"+value).css("color","rgb(211, 16, 16)");
|
||||||
if(sounds && (display || serverSound)) {
|
if(sounds && (display || serverSound)) {
|
||||||
audio = new Audio('./sounds/fail.mp3');
|
audio = new Audio('./sounds/fail.ogg');
|
||||||
audio.play();
|
audio.play();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user