From 4b765e4b0a6c43fa22b836c54ae86eb067285c5d Mon Sep 17 00:00:00 2001 From: Traboulsi <salam.traboulsi@hft-stuttgart.de> Date: Wed, 25 Oct 2023 10:37:27 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 5e807ea..c3d25ac 100644 --- a/public/index.html +++ b/public/index.html @@ -462,7 +462,9 @@ <!-- language selection script --> <script> var lang_new = "1"; - + </script> + + <script> $('.selectpicker').change(function(){ lang_setting = $(this).val(); language(lang_new); -- GitLab