Template: Remove unused parameters from recording_seek() function.
This commit is contained in:
parent
e0fe291da0
commit
5d5fbbc83d
|
|
@ -821,7 +821,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function recording_seek(event, player_id, data, audio_type) {
|
function recording_seek(event, player_id) {
|
||||||
if (recording_audio) {
|
if (recording_audio) {
|
||||||
if (document.getElementById('playback_progress_bar_background_' + player_id)) {
|
if (document.getElementById('playback_progress_bar_background_' + player_id)) {
|
||||||
audio_player = document.getElementById('playback_progress_bar_background_' + player_id);
|
audio_player = document.getElementById('playback_progress_bar_background_' + player_id);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue