Skip to content

Commit

Permalink
Update alterman audio src
Browse files Browse the repository at this point in the history
  • Loading branch information
mariel-delagarza committed Feb 20, 2024
1 parent 8f6d1f4 commit 1e4bc9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conflict-zones/alterman.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h3 id="title">
</div>
<audio
id="audio"
src="https://res.cloudinary.com/ds64zykn0/video/upload/v1706554897/J_Alterman_AB_IV_v3_mixdown_qaaogk.mp3"
src="https://res.cloudinary.com/csisideaslab/video/upload/v1708441505/Shorthand/Global%20Forecast/J_Alterman_AB_IV_v3_mixdown.mp3"
></audio>
<div id="progressContainer" class="progress-container">
<div id="progressBar" class="progress-bar"></div>
Expand Down Expand Up @@ -381,7 +381,7 @@ <h3 id="title">
var link = document.createElement("a");
/* --------------- LINK TO YOUR AUDIO HERE -------------- */
link.href =
"https://res.cloudinary.com/ds64zykn0/video/upload/fl_attachment/v1706554897/J_Alterman_AB_IV_v3_mixdown_qaaogk.mp3";
"https://res.cloudinary.com/csisideaslab/video/upload/fl_attachment/v1708441505/Shorthand/Global%20Forecast/J_Alterman_AB_IV_v3_mixdown.mp3";
document.body.appendChild(link);
link.click();
document.body.removeChild(link);
Expand Down

0 comments on commit 1e4bc9d

Please sign in to comment.