ctucx.git: trainsearch

web based trip-planner, fork of https://cyberchaos.dev/yuka/trainsearch

commit 230110dd11683b4d74a35014be23a35a182c37bd
parent 5d49929fbe219e70370347549a057da203f5e174
Author: Yureka <yuka@yuka.dev>
Date: Sun, 20 Feb 2022 16:10:47 +0100

support multiple profiles
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/settingsView.js b/src/settingsView.js
@@ -27,8 +27,8 @@ const settingsTemplate = () => html`
 		<b>${t('endpoint')}:</b><br>
 		<label><input type="radio" name="profile" ?checked=${settings.profile === 'db'} value="db"> DB</label><br>
 		<label><input type="radio" name="profile" ?checked=${settings.profile === 'vbb'} value="vbb"> VBB (${t("experimental")})</label><br>
-		<label><input type="radio" name="profile" ?checked=${settings.profile === 'nahsh'} value="nahsh"> NAH.SH (${t("experimental")})</label><br>
-		<label><input type="radio" name="profile" ?checked=${settings.profile === 'bvg'} value="bvg"> BVG (${t("experimental")})</label><br>
+		<!--<label><input type="radio" name="profile" ?checked=${settings.profile === 'nahsh'} value="nahsh"> NAH.SH (${t("experimental")})</label><br>-->
+		<!--<label><input type="radio" name="profile" ?checked=${settings.profile === 'bvg'} value="bvg"> BVG (${t("experimental")})</label><br>-->
 		<label><input type="radio" name="profile" ?checked=${settings.profile === 'sncf'} value="sncf"> SNCF (${t("experimental")})</label><br>
 		<br>
 		<b>${t('experimental-features')}:</b><br>