Skip to content

Commit

Permalink
Merge pull request #62 from ebinase/feature/#61_fix_continue_button
Browse files Browse the repository at this point in the history
「相手のターンへ」アラートをクリック時に次のターンに遷移できるようにした
  • Loading branch information
ebinase authored Oct 16, 2023
2 parents 78ed982 + df599d4 commit 6410e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/game/board.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}
Swal.fire(options).then(function () {
$('form').submit();
$('#board-form').submit();
})
})
</script>
Expand Down

0 comments on commit 6410e46

Please sign in to comment.