Merge pull request #803 from mattermost/plt-405

PLT-405 Fixes youtube videos causing random scrolling.
Этот коммит содержится в:
Corey Hulen
2015-09-25 08:14:20 -07:00
родитель 74ccf42387 a45095c0b6
Коммит ab7b36089c

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

@@ -314,7 +314,6 @@ function getYoutubeEmbed(link) {
$('.video-type.' + youtubeId).html('Youtube - ');
$('.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);
}
if (global.window.config.GoogleDeveloperKey) {