mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:34:46 -05:00
fix url on credits :3
This commit is contained in:
parent
23d5d7e77f
commit
18cd455775
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ window.int4 = setInterval(() => ccursorShown = !ccursorShown, blinkDelay);
|
||||||
|
|
||||||
|
|
||||||
const loadCreditsTimings = async () => {
|
const loadCreditsTimings = async () => {
|
||||||
let res = await fetch("https://ashley143.gay/credits.txt");
|
let res = await fetch("https://ashley0143.xyz/credits.txt");
|
||||||
let credits = (await res.text()).split("\n");
|
let credits = (await res.text()).split("\n");
|
||||||
|
|
||||||
let _timings = [];
|
let _timings = [];
|
||||||
|
|
Loading…
Reference in a new issue