Browse Source

Template: Remove unused parameters from recording_seek() function.

fusionate 10 months ago
parent
commit
26e18a2c24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/default/template.php

+ 1 - 1
themes/default/template.php

@@ -821,7 +821,7 @@
 			}
 		}
 
-		function recording_seek(event, player_id, data, audio_type) {
+		function recording_seek(event, player_id) {
 			if (recording_audio) {
 				if (document.getElementById('playback_progress_bar_background_' + player_id)) {
 					audio_player = document.getElementById('playback_progress_bar_background_' + player_id);