mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-24 18:21:22 +00:00
Change gather music
This commit is contained in:
parent
9a2ce76628
commit
e8bc227821
2 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
$("#jplayer").jPlayer({
|
$("#jplayer").jPlayer({
|
||||||
ready: function() {
|
ready: function() {
|
||||||
$(this).jPlayer("setMedia", {
|
$(this).jPlayer("setMedia", {
|
||||||
mp3: "https://www.ensl.org/sounds/gather-1.mp3"
|
mp3: "https://www.ensl.org/sounds/gather-6.mp3"
|
||||||
}).jPlayer("play", startTime);
|
}).jPlayer("play", startTime);
|
||||||
|
|
||||||
var click = document.ontouchstart === undefined ? 'click' : 'touchstart';
|
var click = document.ontouchstart === undefined ? 'click' : 'touchstart';
|
||||||
|
|
BIN
public/sounds/gather-6.mp3
Normal file
BIN
public/sounds/gather-6.mp3
Normal file
Binary file not shown.
Loading…
Reference in a new issue