summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-08-21 18:21:04 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-08-21 18:21:04 +0500
commit06b2adbcf40e8af49307bf0616888e48c638cc59 (patch)
treec3403e40c9ab7e8d07fc50dc1bffaaba5fd4ea71 /web
parente7521e5a4dfb0d0be86652fab4be9007f96f24d1 (diff)
downloadchat-06b2adbcf40e8af49307bf0616888e48c638cc59.tar.gz
chat-06b2adbcf40e8af49307bf0616888e48c638cc59.tar.bz2
chat-06b2adbcf40e8af49307bf0616888e48c638cc59.zip
Updating setting_upload
Diffstat (limited to 'web')
-rw-r--r--web/react/components/setting_upload.jsx12
1 files changed, 0 insertions, 12 deletions
diff --git a/web/react/components/setting_upload.jsx b/web/react/components/setting_upload.jsx
index 9f3b399b8..02789f5dd 100644
--- a/web/react/components/setting_upload.jsx
+++ b/web/react/components/setting_upload.jsx
@@ -88,18 +88,6 @@ module.exports = React.createClass({
<div className='file-status file-name hide'></div>
{serverError}
{clientError}
- <span className='btn btn-sm btn-primary btn-file sel-btn'>Select File<input ref='uploadinput' accept={this.props.fileTypesAccepted} type='file' onChange={this.onFileSelect}/></span>
- <a
- className={'btn btn-sm btn-primary'}
- onClick={this.doSubmit}>
- Import
- </a>
- <a
- className='btn btn-sm theme'
- href='#'
- onClick={this.doCancel}>
- Cancel
- </a>
</li>
</ul>
</li>