summaryrefslogtreecommitdiffstats
path: root/web/react/utils/utils.jsx
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-08-11 10:28:48 -0700
committernickago <ngonella@calpoly.edu>2015-08-12 09:28:54 -0700
commit6028d013d60f3252a3226f891322997c56a4d8cc (patch)
treef8493e390979fe53c9a5d6bc6b80350d03b359f5 /web/react/utils/utils.jsx
parent3d492bf450a245aafbfb5b3cff320c1d45832b37 (diff)
downloadchat-6028d013d60f3252a3226f891322997c56a4d8cc.tar.gz
chat-6028d013d60f3252a3226f891322997c56a4d8cc.tar.bz2
chat-6028d013d60f3252a3226f891322997c56a4d8cc.zip
Added case for window resize and cleaned up function
Diffstat (limited to 'web/react/utils/utils.jsx')
-rw-r--r--web/react/utils/utils.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index 5e4e8e3a2..437008992 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -313,7 +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);
- // Scrolling Code Was Here
};
if(config.GoogleDeveloperKey) {