Skip to content
Snippets Groups Projects
Commit eee7d8da authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Reload the personal page when a new language is set

parent 6ec4d585
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ $(document).ready(function(){
// Ajax foo
$.post( 'ajax/setlanguage.php', post, function(data){
if( data.status == "success" ){
location.reload();
}
else{
$('#passworderror').html( data.data.message );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment