summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_right.jsx
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-08-11 10:28:30 -0700
committernickago <ngonella@calpoly.edu>2015-08-12 09:28:54 -0700
commit3d492bf450a245aafbfb5b3cff320c1d45832b37 (patch)
tree9753ceee6d56e092c9457e2a1f0d29e993c16f17 /web/react/components/post_right.jsx
parent41248959c838c050a34bd27558684a5f1aa8a7e9 (diff)
downloadchat-3d492bf450a245aafbfb5b3cff320c1d45832b37.tar.gz
chat-3d492bf450a245aafbfb5b3cff320c1d45832b37.tar.bz2
chat-3d492bf450a245aafbfb5b3cff320c1d45832b37.zip
Completely rehauled scrolling system, finished base implementation
Diffstat (limited to 'web/react/components/post_right.jsx')
-rw-r--r--web/react/components/post_right.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/post_right.jsx b/web/react/components/post_right.jsx
index ad8b54012..e7a6fcf2a 100644
--- a/web/react/components/post_right.jsx
+++ b/web/react/components/post_right.jsx
@@ -119,6 +119,7 @@ RootPost = React.createClass({
CommentPost = React.createClass({
render: function() {
+ console.log("YOU NEED TO REMOVE THE POST RIGHT ENTRY")
var post = this.props.post;
var commentClass = "post";