mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-29 12:40:44 +00:00
Fix gather music to old one
This commit is contained in:
parent
cec4b1b732
commit
eb3f260f01
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
$("#jplayer").jPlayer({
|
$("#jplayer").jPlayer({
|
||||||
ready: function() {
|
ready: function() {
|
||||||
$(this).jPlayer("setMedia", {
|
$(this).jPlayer("setMedia", {
|
||||||
mp3: "http://www.ensl.org/sounds/gather-5.mp3"
|
mp3: "http://www.ensl.org/sounds/gather-1.mp3"
|
||||||
}).jPlayer("play");
|
}).jPlayer("play");
|
||||||
|
|
||||||
var click = document.ontouchstart === undefined ? 'click' : 'touchstart';
|
var click = document.ontouchstart === undefined ? 'click' : 'touchstart';
|
||||||
|
|
Loading…
Reference in a new issue