mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Theme: Remove call to old images.
This commit is contained in:
@@ -1540,9 +1540,6 @@
|
||||
});
|
||||
|
||||
//audio playback functions
|
||||
img_play = new Image(); img_play.src = "<?php echo PROJECT_PATH; ?>/themes/default/images/icon_play.png";
|
||||
img_pause = new Image(); img_pause.src = "<?php echo PROJECT_PATH; ?>/themes/default/images/icon_pause.png";
|
||||
|
||||
var recording_audio;
|
||||
|
||||
function recording_play(recording_id) {
|
||||
|
||||
Reference in New Issue
Block a user