This commit is contained in:
nelle 2024-12-30 11:26:36 -07:00
parent 494d857a37
commit e6f38505bb

View file

@ -2,7 +2,7 @@ const meowEndpoint = "https://nelle.observer/api/meow";
const beepEndpoint = "https://nelle.observer/api/beep"; const beepEndpoint = "https://nelle.observer/api/beep";
const kaomojiEndpoint = "https://nelle.observer/api/kaomoji"; const kaomojiEndpoint = "https://nelle.observer/api/kaomoji";
var colorBool = Math.random() < 0.5; var colorBool = Math.random() < 0.5;
var is_root = location.pathname == "/"; var is_root = location.pathname === "/";
// loads all the functions to be loaded on load, pretty simple, it loads shit on load. // loads all the functions to be loaded on load, pretty simple, it loads shit on load.
function onLoad() { function onLoad() {