Completely rehauled scrolling system, finished base implementation
Этот коммит содержится в:
@@ -313,8 +313,7 @@ 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');
|
||||
// Scrolling Code Was Here
|
||||
};
|
||||
|
||||
if(config.GoogleDeveloperKey) {
|
||||
|
||||
Ссылка в новой задаче
Block a user