From 5a8fc6cd5cf2324a0fd6a10a16b6a01a6d09d1b2 Mon Sep 17 00:00:00 2001 From: Dilasa Thapa Date: Wed, 18 Jan 2023 18:03:48 +0530 Subject: [PATCH] to check no code changes --- CSS/landing-home.css | 3 +++ UTILITY/landing-home.js | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CSS/landing-home.css b/CSS/landing-home.css index 53732cb..92b7c54 100644 --- a/CSS/landing-home.css +++ b/CSS/landing-home.css @@ -4,6 +4,9 @@ font-family: 'Montserrat', sans-serif; } + + + #landing-home { margin: -1%; border: 4px solid white; diff --git a/UTILITY/landing-home.js b/UTILITY/landing-home.js index dbaf503..6dc545f 100644 --- a/UTILITY/landing-home.js +++ b/UTILITY/landing-home.js @@ -3,6 +3,8 @@ import { getCategoryPlaylists } from "../UTILITY/api_call.js"; let t = localStorage.getItem('spotify_token') + + window.addEventListener("load", async function(){ let gotData = await getCategoryPlaylists("sleep", "15", "5", t); var id = document.getElementById("f-show");