summaryrefslogtreecommitdiffstats
path: root/web/react/components/mention_list.jsx
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-07-01 11:14:18 -0700
committernickago <ngonella@calpoly.edu>2015-07-01 11:14:18 -0700
commitd47c86b9217d24add8612767b73dab9455bb134b (patch)
tree47b49efc2555329469aa0972fef97859b20e2df6 /web/react/components/mention_list.jsx
parent0967e1fd013e97d36e6d46d89b2b7bcfa3b24624 (diff)
downloadchat-d47c86b9217d24add8612767b73dab9455bb134b.tar.gz
chat-d47c86b9217d24add8612767b73dab9455bb134b.tar.bz2
chat-d47c86b9217d24add8612767b73dab9455bb134b.zip
Removed a change originally made for a prior fix tactic
Diffstat (limited to 'web/react/components/mention_list.jsx')
-rw-r--r--web/react/components/mention_list.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/mention_list.jsx b/web/react/components/mention_list.jsx
index a4408acb2..2fecc129a 100644
--- a/web/react/components/mention_list.jsx
+++ b/web/react/components/mention_list.jsx
@@ -136,7 +136,7 @@ module.exports = React.createClass({
return (
<div className="mentions--top" style={{height: height, width: width, bottom: bottom, left: left}}>
- <div ref="mentionlist" id="mentionlist" className="mentions-box" style={{maxHeight: max_height, height: height, width: width}}>
+ <div ref="mentionlist" className="mentions-box" style={{maxHeight: max_height, height: height, width: width}}>
{ mentions }
</div>
</div>