Skip to content

Commit

Permalink
Now this is podracing
Browse files Browse the repository at this point in the history
  • Loading branch information
The1Penguin committed Nov 17, 2024
1 parent 6578d76 commit 193bee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/pr.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
if (prs[curr].iframe) {
body.innerHTML = ""
var iframe = document.createElement('iframe');
iframe.src = encodeURI(prs[curr].link);
iframe.src = prs[curr].link;
iframe.width = "100%";
iframe.height = "100%";
iframe.style.background = 'white';
Expand Down

0 comments on commit 193bee8

Please sign in to comment.