ff
This commit is contained in:
parent
2304800407
commit
a09547d3f7
|
|
@ -81,3 +81,28 @@ function change_password()
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function changer_langue_connexion()
|
||||||
|
{
|
||||||
|
codeLangue = $("#langue").val();
|
||||||
|
donnees = 'codeLangue='+codeLangue;
|
||||||
|
|
||||||
|
$.ajax({
|
||||||
|
url: $("#racineWeb").val()+"Ajaxconnexioncookie/changerlangue/",
|
||||||
|
type : 'post',
|
||||||
|
data: donnees,
|
||||||
|
error: function(errorData)
|
||||||
|
{
|
||||||
|
},
|
||||||
|
success: function(data)
|
||||||
|
{
|
||||||
|
$("#div_detail_connexion").html(data);
|
||||||
|
},
|
||||||
|
complete: function()
|
||||||
|
{
|
||||||
|
$(".selectpicker").selectpicker();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user