Skip to content

Commit

Permalink
フォーム名を正しく指定しボタンクリック時に次のターンに進めるようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
ebinase committed Oct 16, 2023
1 parent 78ed982 commit df599d4
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 df599d4

Please sign in to comment.