access history and activity log closing re-opens user settings in correct state

Этот коммит содержится в:
nickago
2015-08-07 09:41:14 -07:00
родитель 4c7cdb20f0
Коммит e01cae5c09
3 изменённых файлов: 13 добавлений и 5 удалений

Просмотреть файл

@@ -37,6 +37,7 @@ module.exports = React.createClass({
var self = this;
$(this.refs.modal.getDOMNode()).on('hidden.bs.modal', function(e) {
$('#user_settings1').modal('show');
self.setState({ moreInfo: [] });
});
},