mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 01:58:06 +01:00
fix url :p
This commit is contained in:
parent
c8ece35efe
commit
caa641fd5c
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ window.int4 = setInterval(() => ccursorShown = !ccursorShown, blinkDelay);
|
|||
|
||||
|
||||
const loadCreditsTimings = async () => {
|
||||
let res = await fetch("https://iamashley.xyz/credits.txt");
|
||||
let res = await fetch("https://ashley143.gay/credits.txt");
|
||||
let credits = (await res.text()).split("\n");
|
||||
|
||||
let _timings = [];
|
||||
|
|
Loading…
Reference in a new issue