Pairing still in progress

This commit is contained in:
Claude Brisson
2023-12-21 13:08:59 +01:00
parent ea9e298330
commit b0a095fed0
5 changed files with 19 additions and 6 deletions

View File

@@ -135,7 +135,6 @@ onLoad(() => {
skip: form.find('input.participation').map((input,i) => [i+1, input.checked]).filter(arr => !arr[1]).map(arr => arr[0])
}
if (form.hasClass('add')) {
("ADDING")
api.postJson(`tour/${tour_id}/part`, player)
.then(player => {
if (player !== 'error') {