summaryrefslogtreecommitdiffstats
path: root/web/react/components/setting_item_max.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-08-21 08:54:48 -0700
committer=Corey Hulen <corey@hulen.com>2015-08-21 08:54:48 -0700
commit0ae7180ac5e0cea1e240a1d29c5822159762b2e3 (patch)
tree6fb954e8d5609286b861c3e378543f28180d84d5 /web/react/components/setting_item_max.jsx
parent60be2a5636e52bd3193978691f9b53d896e4c45c (diff)
parentddcdcc3e2c85efbfd1d91d69c0f5c0af7c7cb1c7 (diff)
downloadchat-0ae7180ac5e0cea1e240a1d29c5822159762b2e3.tar.gz
chat-0ae7180ac5e0cea1e240a1d29c5822159762b2e3.tar.bz2
chat-0ae7180ac5e0cea1e240a1d29c5822159762b2e3.zip
Merging
Diffstat (limited to 'web/react/components/setting_item_max.jsx')
-rw-r--r--web/react/components/setting_item_max.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/setting_item_max.jsx b/web/react/components/setting_item_max.jsx
index fd95b8b32..1599041b0 100644
--- a/web/react/components/setting_item_max.jsx
+++ b/web/react/components/setting_item_max.jsx
@@ -20,7 +20,7 @@ module.exports = React.createClass({
<hr />
{ server_error }
{ clientError }
- { this.props.submit ? <a className="btn btn-sm btn-primary" onClick={this.props.submit}>Submit</a> : "" }
+ { this.props.submit ? <a className="btn btn-sm btn-primary" href="#" onClick={this.props.submit}>Submit</a> : "" }
<a className="btn btn-sm theme" href="#" onClick={this.props.updateSection}>Cancel</a>
</li>
</ul>