Skip to content

Commit

Permalink
js
Browse files Browse the repository at this point in the history
  • Loading branch information
brycebenton committed Apr 18, 2024
1 parent 93a233d commit c3a7f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simplified-apltv.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
console.log('hello');
document.addEventListener('DOMContentLoaded', function() {
//document.addEventListener('DOMContentLoaded', function() {
const displayImage = document.getElementById('display-image');
const contentUrl = 'https://library.austintexas.gov/apltv/channel/5054/play.json'; // URL to fetch content

Expand Down Expand Up @@ -60,4 +60,4 @@ document.addEventListener('DOMContentLoaded', function() {

createStyleSheet(); // Ensure the style sheet is created
updateContent(); // Start fetching and displaying content
});
//});

0 comments on commit c3a7f44

Please sign in to comment.