summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-09-22 13:27:10 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-09-22 13:27:10 -0400
commit09e8874b8ec4c56464b734056175a184196276ec (patch)
tree16a8ca340c4ea527c1776006ecea4f06c88e7a28
parent7c0388856d811521064d2bd4d1e39976ba806906 (diff)
downloadchat-09e8874b8ec4c56464b734056175a184196276ec.tar.gz
chat-09e8874b8ec4c56464b734056175a184196276ec.tar.bz2
chat-09e8874b8ec4c56464b734056175a184196276ec.zip
Removed click handler from RHS [...] menu
-rw-r--r--web/react/components/rhs_comment.jsx9
1 files changed, 1 insertions, 8 deletions
diff --git a/web/react/components/rhs_comment.jsx b/web/react/components/rhs_comment.jsx
index fe31ac381..8d1054e86 100644
--- a/web/react/components/rhs_comment.jsx
+++ b/web/react/components/rhs_comment.jsx
@@ -114,14 +114,7 @@ export default class RhsComment extends React.Component {
var ownerOptions;
if (isOwner && post.state !== Constants.POST_FAILED && post.state !== Constants.POST_LOADING) {
ownerOptions = (
- <div
- className='dropdown'
- onClick={
- function scroll() {
- $('.post-list-holder-by-time').scrollTop($('.post-list-holder-by-time').scrollTop() + 50);
- }
- }
- >
+ <div className='dropdown'>
<a
href='#'
className='dropdown-toggle theme'