mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-14 17:01:20 +00:00
parent
2f1a217a00
commit
36029b3a6f
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-6.mp3"
|
mp3: "https://www.ensl.org/sounds/gather-1.mp3"
|
||||||
}).jPlayer("play", startTime);
|
}).jPlayer("play", startTime);
|
||||||
|
|
||||||
var click = document.ontouchstart === undefined ? 'click' : 'touchstart';
|
var click = document.ontouchstart === undefined ? 'click' : 'touchstart';
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue