summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-08-27 13:25:20 -0700
committerCorey Hulen <corey@hulen.com>2015-08-27 13:25:20 -0700
commitbcde2adde7171146cb95264ded88d4bdbcf80e04 (patch)
treebed2055f359b15e7cd61f8e5c1a333c9b0f18c40
parent773e3fa377afb449ca18a3b8a93a27eb321cbc63 (diff)
parenta61688f9ebd9ffb05466fe3be1ccb2ecca48d5fb (diff)
downloadchat-bcde2adde7171146cb95264ded88d4bdbcf80e04.tar.gz
chat-bcde2adde7171146cb95264ded88d4bdbcf80e04.tar.bz2
chat-bcde2adde7171146cb95264ded88d4bdbcf80e04.zip
Merge pull request #506 from nickago/hotfix
hotfix: removed vestigial perfect Scrollbar command
-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) {