diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-14 00:02:07 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-14 00:02:07 -0400 |
| commit | 9e9e6d5673d03d7d1e55f3a592f4d2534dffb4ff (patch) | |
| tree | ea2bf902f18cca1e274a23242e32f8defc5b115f /public | |
| parent | 28d318a54ba77dc381ba0c92f9adc7b29e0abac3 (diff) | |
| download | alp-website-9e9e6d5673d03d7d1e55f3a592f4d2534dffb4ff.tar.gz alp-website-9e9e6d5673d03d7d1e55f3a592f4d2534dffb4ff.tar.bz2 alp-website-9e9e6d5673d03d7d1e55f3a592f4d2534dffb4ff.zip | |
Tweaking
Diffstat (limited to 'public')
| -rw-r--r-- | public/js/yt-list-videos.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/js/yt-list-videos.js b/public/js/yt-list-videos.js index 42deb0c..799dd29 100644 --- a/public/js/yt-list-videos.js +++ b/public/js/yt-list-videos.js @@ -1,10 +1,10 @@ let channelID = 'UCNRn4YDPCCWSEl3CT7eWorA'; -let apiKey = ""; // Note to hide this +let apiKey = "nope"; let vidHeight = 400; let vidWidth = 500; -let vidMaxResult = 5; // Maximum can be 50 +let vidMaxResult = 5; $(document).ready(function () { $.get("https://www.googleapis.com/youtube/v3/channels", { |
