Sfoglia il codice sorgente

Template: Remove invalid paste.

fusionate 2 anni fa
parent
commit
84f2c63d16
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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_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');
 				$('[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) {
 					if ($(this).get(0) != recording_audio) {
 						$(this).get(0).pause(); //stop playing
 						$(this).get(0).pause(); //stop playing
 						$(this).get(0).currentTime = 0; //reset time
 						$(this).get(0).currentTime = 0; //reset time