Revert "Mm 1640 Fixed odd scrolling issues on channel refresh"

Этот коммит содержится в:
Joram Wilander
2015-08-17 11:35:30 -04:00
родитель 1c65fe1f84
Коммит 646214b49b
4 изменённых файлов: 223 добавлений и 254 удалений

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

@@ -313,6 +313,8 @@ 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) {