Compare commits
No commits in common. "47c501043414be78240240e7a7dc50d2d783f842" and "d1233ce0ae6baa92ef0238fa876a5573f677d643" have entirely different histories.
47c5010434
...
d1233ce0ae
@ -121,7 +121,7 @@ function renderContent(data) {
|
||||
const indexAttr = file.file_type === 'music' ? ` data-index="${currentMusicFiles.length - 1}"` : '';
|
||||
contentHTML += `<li class="file-item">
|
||||
<a href="#" class="play-file"${indexAttr} data-url="${file.path}" data-file-type="${file.file_type}">${symbol} ${file.name.replace('.mp3', '')}</a>`;
|
||||
if (file.has_transcript) {
|
||||
if (file.has_transcript && admin_enabled) {
|
||||
contentHTML += `<a href="#" class="show-transcript" data-url="${file.transcript_url}" title="Show Transcript">📄</a>`;
|
||||
}
|
||||
contentHTML += `</li>`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user