From af36d3a685cd6697414d76468641a3d755e6c06d Mon Sep 17 00:00:00 2001 From: Ari Timonen Date: Mon, 6 Apr 2015 01:09:36 +0300 Subject: [PATCH] Fix gather music to old one --- app/views/gathers/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/gathers/show.html.erb b/app/views/gathers/show.html.erb index 5a8d9a1..275cad9 100644 --- a/app/views/gathers/show.html.erb +++ b/app/views/gathers/show.html.erb @@ -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';