This commit is contained in:
simple 2015-04-06 17:21:40 +02:00
commit 9c3bf79f05

View file

@ -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';