summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-08-27 13:16:57 -0700
committernickago <ngonella@calpoly.edu>2015-08-27 13:16:57 -0700
commita61688f9ebd9ffb05466fe3be1ccb2ecca48d5fb (patch)
tree062d4345a34895dd9b4e27c75343f4890bb65508 /web/react/utils
parentc7e83f634aa29e0eb752c8ad5adcbcf85f6775ca (diff)
downloadchat-a61688f9ebd9ffb05466fe3be1ccb2ecca48d5fb.tar.gz
chat-a61688f9ebd9ffb05466fe3be1ccb2ecca48d5fb.tar.bz2
chat-a61688f9ebd9ffb05466fe3be1ccb2ecca48d5fb.zip
removed vestigial perfect Scrollbar command
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/utils.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index f0cf17446..34a0d55da 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -289,7 +289,6 @@ function getYoutubeEmbed(link) {
$('.video-uploader.' + youtubeId).html(metadata.channelTitle);
$('.video-title.' + youtubeId).find('a').html(metadata.title);
$('.post-list-holder-by-time').scrollTop($('.post-list-holder-by-time')[0].scrollHeight);
- $('.post-list-holder-by-time').perfectScrollbar('update');
}
if (config.GoogleDeveloperKey) {