Skip to content

Commit

Permalink
proxy issue so rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 7, 2024
1 parent c9f2e50 commit b37baae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
var steamId;
document.addEventListener('DOMContentLoaded', function() {
document.getElementById('fetchStats').addEventListener('click', function() {
getId();
//getId();
steamId=document.getElementById('steamIdInput').value;
waitForId();
});
});
Expand Down Expand Up @@ -159,7 +160,7 @@
<div class="container">
<!-- 输入框 -->
<div class="input-group">
<label for="steamIdInput">Profile link / id64:</label>
<label for="steamIdInput">steamid64:</label>
<input type="text" id="steamIdInput" class="steam-id-input"/>
</div> <!-- 玩家信息 -->
<div class="profile-header">
Expand Down

0 comments on commit b37baae

Please sign in to comment.