aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-08-16 00:49:40 -0400
committerAndrew Lee <alee14498@gmail.com>2019-08-16 00:49:40 -0400
commitd1b4dc2c0e2221e311dd3510b1cc617b6fcdc687 (patch)
tree66c06a94715bfef92c8e998808d29965c72d5dbb /public
parent52c3d97ffb112b1003ad77604f2637835acc93e1 (diff)
downloadalp-website-d1b4dc2c0e2221e311dd3510b1cc617b6fcdc687.tar.gz
alp-website-d1b4dc2c0e2221e311dd3510b1cc617b6fcdc687.tar.bz2
alp-website-d1b4dc2c0e2221e311dd3510b1cc617b6fcdc687.zip
Update yt-list-videos.js
Diffstat (limited to 'public')
-rw-r--r--public/js/yt-list-videos.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/yt-list-videos.js b/public/js/yt-list-videos.js
index fef221b..8e0f395 100644
--- a/public/js/yt-list-videos.js
+++ b/public/js/yt-list-videos.js
@@ -1,7 +1,7 @@
let channelID = 'UCNRn4YDPCCWSEl3CT7eWorA';
-let apiKey = "nope"; // Note to self: Rewrite the authentication
+let apiKey = "nope"; // Note to self: Rewrite the authentication part
let vidHeight = 400;
let vidWidth = 500;
let vidMaxResult = 5;