summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings_modal.jsx
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-08-14 09:29:15 -0700
committernickago <ngonella@calpoly.edu>2015-08-14 09:29:15 -0700
commit156682e3dec71f672118a04377aa5a367f00c4ee (patch)
tree343a60ab3801c380851a9fc9904bbd89b47746cd /web/react/components/user_settings_modal.jsx
parent5c1bead36ac59ed62aeab97fc49ad2e6a9df458b (diff)
downloadchat-156682e3dec71f672118a04377aa5a367f00c4ee.tar.gz
chat-156682e3dec71f672118a04377aa5a367f00c4ee.tar.bz2
chat-156682e3dec71f672118a04377aa5a367f00c4ee.zip
Changed user_settings1 to user_settings and removed vestigial css
Diffstat (limited to 'web/react/components/user_settings_modal.jsx')
-rw-r--r--web/react/components/user_settings_modal.jsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/react/components/user_settings_modal.jsx b/web/react/components/user_settings_modal.jsx
index 702e7ad7a..7181c4020 100644
--- a/web/react/components/user_settings_modal.jsx
+++ b/web/react/components/user_settings_modal.jsx
@@ -32,7 +32,7 @@ module.exports = React.createClass({
tabs.push({name: "appearance", ui_name: "Appearance", icon: "glyphicon glyphicon-wrench"});
return (
- <div className="modal fade" ref="modal" id="user_settings1" role="dialog" tabIndex="-1" aria-hidden="true">
+ <div className="modal fade" ref="modal" id="user_settings" role="dialog" tabIndex="-1" aria-hidden="true">
<div className="modal-dialog settings-modal">
<div className="modal-content">
<div className="modal-header">
@@ -64,4 +64,3 @@ module.exports = React.createClass({
);
}
});
-