Skip to content

Commit 1a4a773

Browse files
committed
Fixed the remainder of old links for the 7.6 archive.
1 parent 38e248a commit 1a4a773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/7.6/renegade-stage/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144

145145
<iframe
146146
id="twitch"
147-
src="https://player.twitch.tv/?channel=ponyfest&autoplay&parent=localhost"
147+
src="https://player.twitch.tv/?channel=ponyfest2&autoplay&parent=ponyfest.horse"
148148
height="480"
149149
width="640"
150150
frameborder="0"
@@ -170,7 +170,7 @@ <h1 id="panel-title"></h1>
170170
console.log("it's too early, waiting...")
171171
const timeout = (live - now) ;
172172
var script = document.createElement("script");
173-
script.setAttribute('src', "http:\/\/localhost:1313\/7.6\/scripts/countdown.js");
173+
script.setAttribute('src', "https:\/\/ponyfest.horse\/7.6\/scripts/countdown.js");
174174
document.body.appendChild(script);
175175
document.getElementById('stream-holder').innerHTML = "<div class=\"countdown\"><img src='/images/PinkaboosNeighhem.png' ><p class='bottom-center' id='countdown'></p></div>";
176176

0 commit comments

Comments
 (0)