From af755d0c58143bb6ddaee71f641a98f6ebdf9cd5 Mon Sep 17 00:00:00 2001 From: Fred <23246457+fredtempez@users.noreply.github.com> Date: Mon, 7 Oct 2019 17:18:02 +0200 Subject: [PATCH] =?UTF-8?q?[10.0.25.dev]=20Correction=20s=C3=A9lecteur=20d?= =?UTF-8?q?e=20langue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.js.php b/core/core.js.php index 01a00199..7634bef4 100755 --- a/core/core.js.php +++ b/core/core.js.php @@ -253,7 +253,7 @@ core.start = function() { /** * Choix de la langue dans la barre de membre */ - $("#barSelectLanguage").on("change", function(){ + $("#barFormSelectLanguage").on("change", function(){ var i18nLang = $(this).val(); if(i18nLang) { $("#barFormSelectLanguage").submit();