Reload the personal page when a new language is set

remotes/origin/stable
Michael Gapczynski 2011-08-27 17:06:15 +07:00
parent 6ec4d58508
commit eee7d8da50
1 changed files with 1 additions and 0 deletions

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