diff --git a/app/views/gathers/show.html.erb b/app/views/gathers/show.html.erb index 904d405..543758b 100644 --- a/app/views/gathers/show.html.erb +++ b/app/views/gathers/show.html.erb @@ -34,11 +34,11 @@ success: function(response, text, request) { if (request.getResponseHeader('Gather') == 'voting') { if (!played) { - var startTime = 110; + var startTime = 0; $("#jplayer").jPlayer({ ready: function() { $(this).jPlayer("setMedia", { - mp3: "https://www.ensl.org/sounds/gather-1.mp3" + mp3: "https://www.ensl.org/sounds/gather-6.mp3" }).jPlayer("play", startTime); var click = document.ontouchstart === undefined ? 'click' : 'touchstart'; diff --git a/public/sounds/gather-6.mp3 b/public/sounds/gather-6.mp3 new file mode 100644 index 0000000..604ee51 Binary files /dev/null and b/public/sounds/gather-6.mp3 differ