Skip to content

Commit

Permalink
Merge pull request #30 from cantsay/patch-1
Browse files Browse the repository at this point in the history
Z moves should deselect when changing pokemon
  • Loading branch information
jake-white authored Feb 8, 2018
2 parents 64ca38f + 4b9cfad commit 92c1690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script_res/ap_calc.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ $(".move-selector").change(function() {
} else {
moveGroupObj.children(".move-hits").hide();
}
moveGroupObj.children(".move-z").prop("checked", false);
});

// auto-update set details on select
Expand Down

0 comments on commit 92c1690

Please sign in to comment.