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 d74874b..49f9899 100644 --- a/view-webapp/src/main/webapp/js/tour-information.inc.js +++ b/view-webapp/src/main/webapp/js/tour-information.inc.js @@ -121,7 +121,7 @@ onLoad(() => { secondSeed: form.val('secondSeed') }, handicap: { - correction: form.val('correction'), + correction: -form.val('correction'), treshold: form.val('treshold') } }, diff --git a/view-webapp/src/main/webapp/tour-information.inc.html b/view-webapp/src/main/webapp/tour-information.inc.html index 5338504..0574736 100644 --- a/view-webapp/src/main/webapp/tour-information.inc.html +++ b/view-webapp/src/main/webapp/tour-information.inc.html @@ -97,7 +97,7 @@
diff --git a/view-webapp/src/main/webapp/tour-results.inc.html b/view-webapp/src/main/webapp/tour-results.inc.html index 8f1267f..ec0667d 100644 --- a/view-webapp/src/main/webapp/tour-results.inc.html +++ b/view-webapp/src/main/webapp/tour-results.inc.html @@ -13,7 +13,7 @@ #set($black = $pmap[$game.b]) #if($black && $white)