Merge pull request #506 from nickago/hotfix

hotfix: removed vestigial perfect Scrollbar command
Этот коммит содержится в:
Corey Hulen
2015-08-27 13:25:20 -07:00
родитель 773e3fa377 a61688f9eb
Коммит bcde2adde7

Просмотреть файл

@@ -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) {