浏览代码

Template: Remove invalid paste.

fusionate 2 年之前
父节点
当前提交
84f2c63d16
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/default/template.php

+ 1 - 1
themes/default/template.php

@@ -743,7 +743,7 @@
 				$('[id*=recording_button]').not('[id*=recording_button_'+recording_id+']').html("<span class='{/literal}{$settings.theme.button_icon_play}{literal} fa-fw'></span>");
 				$('[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