fix sound test page

pull/7384/head
Thibault Duplessis 2020-09-29 18:44:33 +02:00
parent 8d990a1fb6
commit 7ac51b4a5e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
lichess.sound.play(name);
}
const soundSets = ["standard", "piano", "nes", "sfx", "futuristic", "robot"],
basics = ['genericNotify', 'move', 'capture', 'explode', 'lowtime', 'victory', 'defeat', 'draw', 'berserk', 'check', 'newChallenge', 'newPM', 'confirmation', 'error'];
basics = ['genericNotify', 'move', 'capture', 'explosion', 'lowTime', 'victory', 'defeat', 'draw', 'berserk', 'check', 'newChallenge', 'newPM', 'confirmation', 'error'];
/*
for (var i = 0; i <= 10; i++) soundNames['countDown' + i] = 'CountDown' + i;
$.each(soundSets, function(i, soundSet) {