Fix gather music to old one

This commit is contained in:
Ari Timonen 2015-04-06 01:09:36 +03:00
parent 3c68f3f064
commit af36d3a685

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