Skip to content

Commit

Permalink
Toggle Dynamax off on set switch
Browse files Browse the repository at this point in the history
  • Loading branch information
thejetou committed Apr 18, 2024
1 parent 01d1fe7 commit b4b0ee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/shared_controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ $(".set-selector").change(function () {
stickyMoves.clearStickyMove();
}
pokeObj.find(".teraToggle").prop("checked", isAutoTera);
pokeObj.find(".max").prop("checked", false);
stellarButtonsVisibility(pokeObj, 0);
pokeObj.find(".boostedStat").val("");
pokeObj.find(".analysis").attr("href", smogonAnalysis(pokemonName));
Expand Down

0 comments on commit b4b0ee9

Please sign in to comment.