Update conference_sessions.php (#5262)

This commit is contained in:
agree 2020-05-11 12:19:44 -04:00 committed by GitHub
parent fa6c5825d9
commit 124cc1bea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@
echo "</td>\n";
if (permission_exists('conference_session_play')) {
echo "<td>\n";
echo " <audio controls=\"controls\">\n";
echo " <audio controls=\"controls\" preload=\"none\">\n";
echo " <source src=\"download.php?id=".escape($row['conference_session_uuid'])."\" type=\"audio/x-wav\">\n";
echo " </audio>\n";
//echo " <a href=\"javascript:void(0);\" onclick=\"window.open('".PROJECT_PATH."/app/recordings/recording_play.php?a=download&type=moh&filename=".urlencode('archive/'.$tmp_year.'/'.$tmp_month.'/'.$tmp_day.'/'.$tmp_name)."', 'play',' width=420,height=150,menubar=no,status=no,toolbar=no')\">\n";
@ -258,4 +258,4 @@
//include the footer
require_once "resources/footer.php";
?>
?>