summaryrefslogtreecommitdiffstats
path: root/web/react/components/mention_list.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-08-05 16:02:53 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-08-05 16:02:53 +0500
commit9699401d5b1856b3dfa380f468e808a41dbe8b3a (patch)
treec6c8233140c325db4cc88352e1555c8bdc48742f /web/react/components/mention_list.jsx
parentd151d430179a6ddf1cfec1261bc6b134dd3aab9e (diff)
downloadchat-9699401d5b1856b3dfa380f468e808a41dbe8b3a.tar.gz
chat-9699401d5b1856b3dfa380f468e808a41dbe8b3a.tar.bz2
chat-9699401d5b1856b3dfa380f468e808a41dbe8b3a.zip
Removing console.log
Diffstat (limited to 'web/react/components/mention_list.jsx')
-rw-r--r--web/react/components/mention_list.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/mention_list.jsx b/web/react/components/mention_list.jsx
index 16c1994e1..5f1bb6d0e 100644
--- a/web/react/components/mention_list.jsx
+++ b/web/react/components/mention_list.jsx
@@ -21,7 +21,6 @@ module.exports = React.createClass({
var self = this;
$('.post-right__scroll').scroll(function(){
- console.log('sad');
if($('.mentions--top').length){
$('#reply_mention_tab .mentions--top').css({ bottom: $(window).height() - $('.post-right__scroll #reply_textbox').offset().top });
}