From 2a1436891469315ee4be50ea0418ea68b9165408 Mon Sep 17 00:00:00 2001 From: fusionate Date: Sat, 26 Aug 2023 23:30:58 +0000 Subject: [PATCH] Template: Remove invalid paste. --- themes/default/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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