Update shows.html
Update Git Address
This commit is contained in:
parent
fcfb84cd87
commit
8ab9313cea
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
document.addEventListener("DOMContentLoaded", function() {
|
document.addEventListener("DOMContentLoaded", function() {
|
||||||
fetch('https://raw.githubusercontent.com/patrickulrich/goodmorningbitcoin-website/main/shows.json')
|
fetch('https://raw.githubusercontent.com/goodmorningbitcoin/goodmorningbitcoin-website/main/shows.json')
|
||||||
.then(response => response.json())
|
.then(response => response.json())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
const showsContainer = document.getElementById('shows-container');
|
const showsContainer = document.getElementById('shows-container');
|
||||||
@ -106,4 +106,4 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user