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 1429745..e4b6347 100644 --- a/view-webapp/src/main/webapp/js/tour-information.inc.js +++ b/view-webapp/src/main/webapp/js/tour-information.inc.js @@ -112,7 +112,7 @@ onLoad(() => { rounds: form.val('rounds'), country: form.val('country'), online: form.val('online'), - location: form.val('online') ? "" : form.val('location'), + location: form.val('location'), pairing: { type: form.val('pairing'), // mmFloor: form.val('mmFloor'), diff --git a/view-webapp/src/main/webapp/tour-information.inc.html b/view-webapp/src/main/webapp/tour-information.inc.html index 92e75c5..e1e6f58 100644 --- a/view-webapp/src/main/webapp/tour-information.inc.html +++ b/view-webapp/src/main/webapp/tour-information.inc.html @@ -43,7 +43,6 @@