Skip to content

Commit

Permalink
deploy: 31abd2c
Browse files Browse the repository at this point in the history
  • Loading branch information
rpeterman-gp committed Nov 22, 2024
1 parent 904fe7d commit f5baf38
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions assets/js/audio.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@
if (!audio.paused) audio.pause();
});
};

console.log('all audio', allAudio);
})(document, window);
2 changes: 0 additions & 2 deletions assets/js/show-audio.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
((doc, win) => {
const allShowAudio = doc.querySelectorAll('.show-audio');

console.log(allShowAudio);

allShowAudio.forEach((wrapper) => {
const audio = wrapper.querySelector('audio');
const button = wrapper.querySelector('button');
Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://2024.prx.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://2024.prx.org/" rel="alternate" type="text/html" /><updated>2024-11-22T17:35:48+00:00</updated><id>https://2024.prx.org/feed.xml</id><title type="html">2024 PRX Annual Report</title><subtitle>At PRX, the choices we make help tell an ever-changing story about the audio ecosystem. We invite you to choose your own adventure and explore the last year at PRX by scrolling through a handful of the journeys we&apos;ve taken.</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://2024.prx.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://2024.prx.org/" rel="alternate" type="text/html" /><updated>2024-11-22T17:55:42+00:00</updated><id>https://2024.prx.org/feed.xml</id><title type="html">2024 PRX Annual Report</title><subtitle>At PRX, the choices we make help tell an ever-changing story about the audio ecosystem. We invite you to choose your own adventure and explore the last year at PRX by scrolling through a handful of the journeys we&apos;ve taken.</subtitle></feed>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<script defer type="text/javascript" src="assets/js/donation-modal.js"></script>

<!-- Audio -->
<script defer type="text/javascript" src="assets/js/audio.js?cb=2024-11-22 17:35:48 +0000"></script>
<script defer type="text/javascript" src="assets/js/show-audio.js?cb=2024-11-22 17:35:48 +0000"></script>
<script defer type="text/javascript" src="assets/js/audio.js?cb=2024-11-22 17:55:42 +0000"></script>
<script defer type="text/javascript" src="assets/js/show-audio.js?cb=2024-11-22 17:55:42 +0000"></script>
</head>

<body>
Expand Down

0 comments on commit f5baf38

Please sign in to comment.