[10.0.25.dev] Correction sélecteur de langue

This commit is contained in:
Fred 2019-10-07 17:18:02 +02:00 committed by GitHub
parent fd11691f14
commit af755d0c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();