Skip to content

Commit 4ea9ebb

Browse files
Update index.html
1 parent d0b96f9 commit 4ea9ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2>Your Current Game</h2>
2727
<a id="game-link" href="#" target="_blank">Join Game</a><br><br>
2828
<div class="iframe-wrapper">
2929
<div class="iframe-loader"></div>
30-
<iframe id="userGame" src="" width="240" height="240" onload="hideIframeLoader(this)"></iframe>
30+
<iframe id="userGame" src="" onload="hideIframeLoader(this)"></iframe>
3131
</div>
3232
<br>
3333
<button onclick="reportTroll()">Report Opponent</button>

0 commit comments

Comments
 (0)