From e01cae5c0965371efa8179abf10434d12dfd5843 Mon Sep 17 00:00:00 2001 From: nickago Date: Fri, 7 Aug 2015 09:41:14 -0700 Subject: access history and activity log closing re-opens user settings in correct state --- web/react/components/activity_log_modal.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'web/react/components/activity_log_modal.jsx') diff --git a/web/react/components/activity_log_modal.jsx b/web/react/components/activity_log_modal.jsx index f28f0d5f1..64f93ca71 100644 --- a/web/react/components/activity_log_modal.jsx +++ b/web/react/components/activity_log_modal.jsx @@ -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: [] }); }); }, -- cgit v1.2.3-1-g7c22