Actualiser p/camelianimes/scripts/calendar.js
All checks were successful
camelia / deploy (push) Successful in 27s
All checks were successful
camelia / deploy (push) Successful in 27s
This commit is contained in:
parent
a306930fe4
commit
26b6edb2da
@ -75,7 +75,7 @@ function createCard(evt, parent) {
|
||||
|
||||
document.addEventListener('readystatechange', async function() {
|
||||
if (document.readyState === "complete") {
|
||||
const events = await fetch('https://corsproxy.io/?https://git.crystalyx.net/camelia-studio/Camelianimes-Datas/raw/branch/datas/events.json')
|
||||
const events = await fetch('https://api.codetabs.com/v1/proxy/?quest=https://git.crystalyx.net/camelia-studio/Camelianimes-Datas/raw/branch/datas/events.json')
|
||||
.then(res => res.json())
|
||||
.catch((err) => {
|
||||
console.error(err);
|
||||
|
Loading…
Reference in New Issue
Block a user