diff --git a/themes/default/template.php b/themes/default/template.php index 105da843fa..f8e0d4fcec 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -743,7 +743,7 @@ $('[id*=recording_button]').not('[id*=recording_button_'+recording_id+']').html(""); $('[id*=recording_progress_bar]').not('[id*=recording_progress_bar_'+recording_id+']').css('display', 'none'); - $('audio').each(function(){$('#menu_side_container').width() + $('audio').each(function(){ if ($(this).get(0) != recording_audio) { $(this).get(0).pause(); //stop playing $(this).get(0).currentTime = 0; //reset time