From 5bfa90aa93ce85d1245ce36640f4a212f1718c59 Mon Sep 17 00:00:00 2001 From: Traboulsi <salam.traboulsi@hft-stuttgart.de> Date: Wed, 25 Oct 2023 11:08:52 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index a65f5db..fb7e583 100644 --- a/public/index.html +++ b/public/index.html @@ -461,13 +461,13 @@ <!-- language selection script --> <script> - var lang_new = "1"; + var lang_setting = "1"; </script> <script> $('.selectpicker').change(function(){ lang_setting = $(this).val(); - language(lang_new); + language(lang_setting); }); </script> -- GitLab