From 56e74239d6b34df8f30ef046f0b0ff4ff0866a71 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Sun, 14 Jun 2015 23:53:32 -0800 Subject: first commit --- web/react/components/settings_sidebar.jsx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 web/react/components/settings_sidebar.jsx (limited to 'web/react/components/settings_sidebar.jsx') diff --git a/web/react/components/settings_sidebar.jsx b/web/react/components/settings_sidebar.jsx new file mode 100644 index 000000000..34e3c9203 --- /dev/null +++ b/web/react/components/settings_sidebar.jsx @@ -0,0 +1,24 @@ +// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved. +// See License.txt for license information. + +module.exports = React.createClass({ + updateTab: function(tab) { + this.props.updateTab(tab); + $('.settings-modal').addClass('display--content'); + }, + render: function() { + var self = this; + return ( +
+ +
+ ); + } +}); -- cgit v1.2.3-1-g7c22