Skip to content

Commit f2a35b8

Browse files
committed
Empty before hiding
1 parent 0d3ff15 commit f2a35b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/js/shared_controls.js

+2
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,9 @@ $(".move-selector").change(function () {
552552

553553
moveGroupObj.children(".move-hits").val(moveHits);
554554
} else if (!isNaN(move.multihit)) {
555+
moveGroupObj.children(".move-hits").empty();
555556
moveGroupObj.children(".move-hits").hide();
557+
moveGroupObj.children(".move-times").empty();
556558
moveGroupObj.children(".move-times").hide();
557559
} else {
558560
moveGroupObj.children(".move-hits").hide();

0 commit comments

Comments
 (0)