From 156682e3dec71f672118a04377aa5a367f00c4ee Mon Sep 17 00:00:00 2001 From: nickago Date: Fri, 14 Aug 2015 09:29:15 -0700 Subject: Changed user_settings1 to user_settings and removed vestigial css --- web/react/components/access_history_modal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/components/access_history_modal.jsx') diff --git a/web/react/components/access_history_modal.jsx b/web/react/components/access_history_modal.jsx index 59c3384df..a19e5c16e 100644 --- a/web/react/components/access_history_modal.jsx +++ b/web/react/components/access_history_modal.jsx @@ -22,7 +22,7 @@ module.exports = React.createClass({ var self = this; $(this.refs.modal.getDOMNode()).on('hidden.bs.modal', function() { - $('#user_settings1').modal('show'); + $('#user_settings').modal('show'); self.setState({moreInfo: []}); }); }, -- cgit v1.2.3-1-g7c22