summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-08-11 10:28:30 -0700
committernickago <ngonella@calpoly.edu>2015-08-12 09:28:54 -0700
commit3d492bf450a245aafbfb5b3cff320c1d45832b37 (patch)
tree9753ceee6d56e092c9457e2a1f0d29e993c16f17 /web/react/utils
parent41248959c838c050a34bd27558684a5f1aa8a7e9 (diff)
downloadchat-3d492bf450a245aafbfb5b3cff320c1d45832b37.tar.gz
chat-3d492bf450a245aafbfb5b3cff320c1d45832b37.tar.bz2
chat-3d492bf450a245aafbfb5b3cff320c1d45832b37.zip
Completely rehauled scrolling system, finished base implementation
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/utils.jsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index 2214b6239..5e4e8e3a2 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -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) {