mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
Merge branch 'master' of https://github.com/ENSL/ensl.org
This commit is contained in:
commit
9c3bf79f05
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
$("#jplayer").jPlayer({
|
||||
ready: function() {
|
||||
$(this).jPlayer("setMedia", {
|
||||
mp3: "http://www.ensl.org/sounds/gather-5.mp3"
|
||||
mp3: "http://www.ensl.org/sounds/gather-1.mp3"
|
||||
}).jPlayer("play");
|
||||
|
||||
var click = document.ontouchstart === undefined ? 'click' : 'touchstart';
|
||||
|
|
Loading…
Reference in a new issue