This commit is contained in:
Claude Brisson
2024-01-28 09:13:21 +01:00
parent f34afaf9b6
commit 82304e5730
2 changed files with 2 additions and 2 deletions

View File

@@ -209,7 +209,7 @@ onLoad(() => {
firstSeed: form.val('firstSeed'),
secondSeedAddCrit: form.val('secondSeedAddRating') ? 'RATING' : 'NONE', // TODO use client side boolean
secondSeed: form.val('secondSeed'),
upDownCompensate: form.val('upDownCompoensate'),
upDownCompensate: form.val('upDownCompensate'),
upDownUpperMode: form.val('upDownUpperMode'),
upDownLowerMode: form.val('upDownLowerMode')
},

View File

@@ -38,7 +38,7 @@
</div>
<div class="content">
<div class="field">
<label>Apply first seeding method up to round <input type="number" min="1" value="$tour.pairing.main.firstSeedLastRound"/></label>
<label>Apply first seeding method up to round <input name="firstSeedLastRound" type="number" min="1" value="$tour.pairing.main.firstSeedLastRound"/></label>
</div>
<div class="inline fields">
<div class="roundbox field">