Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterReinert committed Apr 14, 2024
1 parent f1441d3 commit 2033c67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion play.pokemonshowdown.com/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,8 @@ function toId() {
var self = this;
$.post('https://play.pokemonshowdown.com/~~dawn/action.php', {
act: 'upkeep',
challstr: this.challstr
challstr: this.challstr,
sid: 'hi',
}, Storage.safeJSON(function (data) {
self.loaded = true;
if (!data.username) {
Expand Down

0 comments on commit 2033c67

Please sign in to comment.