diff --git a/app/views/predators/aug17.html.erb b/app/views/predators/aug17.html.erb index 5f179c7..9263239 100644 --- a/app/views/predators/aug17.html.erb +++ b/app/views/predators/aug17.html.erb @@ -4,13 +4,13 @@ $(function(){ $("#jquery_jplayer_1").bind($.jPlayer.event.ended + '.playNext', function(){ var filename = getNextSong(); - playSong(filename); + //playSong(filename); }); $(".play_action").bind('click', function(e){ var filename = $(this).attr("mp3"); - playSong(filename); + //playSong(filename); }); togglePupilBright() @@ -403,9 +403,9 @@ function playSong(filename)