You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be easy fix. Remove lines 1520-1523 and put them after the
// If game ending conditions are met, do not allow more hand submissions and allow game submission
if (GameRecordUtils.japaneseGameOver(handType)) {
$( event.target ).addClass( "disabled");
$( ".submit_game_button" ).removeClass( "disabled" );
}
(currently on lines 669-673). Will have to store the game after these lines as well.
Issue associated with #39
The text was updated successfully, but these errors were encountered: