summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings/user_settings_theme.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-05-26 09:47:41 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-05-26 09:47:41 -0400
commit8a7e1b6dff9e0a7a01ed06870c5a8520500d20af (patch)
tree36af6ce50fdb703436621dfd6764f7f8a39eeba6 /webapp/components/user_settings/user_settings_theme.jsx
parent6fecfcc7ca9f7cf29b4cf87ebeb63b09df70a8c7 (diff)
downloadchat-8a7e1b6dff9e0a7a01ed06870c5a8520500d20af.tar.gz
chat-8a7e1b6dff9e0a7a01ed06870c5a8520500d20af.tar.bz2
chat-8a7e1b6dff9e0a7a01ed06870c5a8520500d20af.zip
PLT-2886 Added name properties to all radio buttons (#3112)
* Removed unused, deprecated system console page * Added name properties to all radio buttons * Removed unused english strings from admin console
Diffstat (limited to 'webapp/components/user_settings/user_settings_theme.jsx')
-rw-r--r--webapp/components/user_settings/user_settings_theme.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/components/user_settings/user_settings_theme.jsx b/webapp/components/user_settings/user_settings_theme.jsx
index 389fde004..811f4d8e4 100644
--- a/webapp/components/user_settings/user_settings_theme.jsx
+++ b/webapp/components/user_settings/user_settings_theme.jsx
@@ -214,6 +214,7 @@ export default class ThemeSetting extends React.Component {
<label>
<input
type='radio'
+ name='theme'
checked={!displayCustom}
onChange={this.updateType.bind(this, 'premade')}
/>
@@ -236,6 +237,7 @@ export default class ThemeSetting extends React.Component {
<label>
<input
type='radio'
+ name='theme'
checked={displayCustom}
onChange={this.updateType.bind(this, 'custom')}
/>