diff --git a/core/core.js.php b/core/core.js.php index 7634bef4..ee6d0e82 100755 --- a/core/core.js.php +++ b/core/core.js.php @@ -250,15 +250,13 @@ core.start = function() { $(location).attr("href", pageUrl); } }); + /** * Choix de la langue dans la barre de membre */ $("#barFormSelectLanguage").on("change", function(){ - var i18nLang = $(this).val(); - if(i18nLang) { - $("#barFormSelectLanguage").submit(); - } - }); + $("#barFormSelectLanguage").submit(); + }); /** * Champs d'upload de fichiers */ diff --git a/core/core.php b/core/core.php index e7e39997..59527bdc 100644 --- a/core/core.php +++ b/core/core.php @@ -31,7 +31,7 @@ class common { const TEMP_DIR = 'site/tmp/'; // Numéro de version - const ZWII_VERSION = '10.0.53.dev'; + const ZWII_VERSION = '10.0.54.dev'; public static $actions = []; public static $coreModuleIds = [