mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Template: Remove unused parameters from recording_seek() function.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user