$.post('/wall/add', data, function (result) { if(result.error){ icms.modal.alert(result.message, 'ui_error'); } else { location.href = location.href;// Сюда } }, 'json');