aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-08-16 00:47:52 -0400
committerAndrew Lee <alee14498@gmail.com>2019-08-16 00:47:52 -0400
commit52c3d97ffb112b1003ad77604f2637835acc93e1 (patch)
tree13be07121fd96e9301fe831534adbdcb6da2176e /public
parentbe5c14ffa4b10e1586b68f94669093146df9d452 (diff)
downloadalp-website-52c3d97ffb112b1003ad77604f2637835acc93e1.tar.gz
alp-website-52c3d97ffb112b1003ad77604f2637835acc93e1.tar.bz2
alp-website-52c3d97ffb112b1003ad77604f2637835acc93e1.zip
note to self
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 799dd29..fef221b 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";
+let apiKey = "nope"; // Note to self: Rewrite the authentication
let vidHeight = 400;
let vidWidth = 500;
let vidMaxResult = 5;