summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-08-20 11:20:28 -0700
committernickago <ngonella@calpoly.edu>2015-08-20 11:20:28 -0700
commitb1e144881d570ab3b48e493b3729ec3e4362fa6b (patch)
tree0754f8ff0434180314d3c8f2be2643f6a4fece9d /web
parent7d5d6ae5b09621f12947de7c28945a844db1ff85 (diff)
downloadchat-b1e144881d570ab3b48e493b3729ec3e4362fa6b.tar.gz
chat-b1e144881d570ab3b48e493b3729ec3e4362fa6b.tar.bz2
chat-b1e144881d570ab3b48e493b3729ec3e4362fa6b.zip
Added blank href to make tab recognize and jump to it
Diffstat (limited to 'web')
-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>