+ 2

Map on OSINT dashboard works in Sololearn, Why not in VSCode?

I tried to change the: // Initialize the dashboard fetchData(); In the bottom of my External javascript to // Initialize the dashboard after DOM is ready document.addEventListener("DOMContentLoaded", function () { fetchData(); }); I'm guessing this is because Sololearn may auto run or inject sample data and I am not actually declaring a call to function. I cannot wrap my head around this. I coded this today and feel burnt out I'm not sure what I am not understanding. I would appreciate if someone more experienced would look at my code and give me feedback. It is in my code bits.

8th Aug 2025, 11:01 PM
TONY MORALES
TONY MORALES - avatar
1 Resposta
+ 2
I fixed my own code. it works fine. it was a caption error. I had: <link rel="stylesheet" href="Style.css"> I changed it to <link rel="stylesheet" href="style.css"> and it works. The file name was lower case so that was the problem lol 😅
8th Aug 2025, 11:17 PM
TONY MORALES
TONY MORALES - avatar