Merge pull request #372 from nickago/MM-1640

Mm 1640 Fixed odd scrolling issues on channel refresh
Этот коммит содержится в:
Christopher Speller
2015-08-17 09:44:27 -04:00
родитель 738e53af95 dd8b0acc57
Коммит 1c65fe1f84
4 изменённых файлов: 255 добавлений и 224 удалений

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

@@ -313,8 +313,6 @@ var getYoutubeEmbed = function(link) {
var metadata = data.items[0].snippet;
$('.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) {