[10.0.54.dev] Réparer sélection de langue dans la barre d'administration

This commit is contained in:
fredtempez 2019-10-29 22:40:41 +01:00
parent b063a53a29
commit 400b83ac4e
2 changed files with 4 additions and 6 deletions

View File

@ -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
*/

View File

@ -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 = [