diff --git a/view-webapp/src/main/webapp/js/tour-information.inc.js b/view-webapp/src/main/webapp/js/tour-information.inc.js index 5b67e77..b2a6e34 100644 --- a/view-webapp/src/main/webapp/js/tour-information.inc.js +++ b/view-webapp/src/main/webapp/js/tour-information.inc.js @@ -215,6 +215,7 @@ onLoad(() => { }, main: { mmsValueAbsent: form.val('mmsValueAbsent'), + roundDownScore: form.val('roundDownScore'), firstSeedLastRound: form.val('firstSeedLastRound'), firstSeedAddCrit: form.val('firstSeedAddRating') ? 'RATING' : 'NONE', // TODO use client side boolean firstSeed: form.val('firstSeed'), diff --git a/view-webapp/src/main/webapp/tour-parameters.inc.html b/view-webapp/src/main/webapp/tour-parameters.inc.html index 7c734a9..c1bfb7a 100644 --- a/view-webapp/src/main/webapp/tour-parameters.inc.html +++ b/view-webapp/src/main/webapp/tour-parameters.inc.html @@ -24,6 +24,18 @@ +