fix hackcal

This commit is contained in:
kleines Filmröllchen 2024-11-18 16:50:15 +01:00
parent d7b50372a8
commit 4c6e510702
Signed by: filmroellchen
SSH key fingerprint: SHA256:NarU6J/XgCfEae4rbei0YIdN2pYaYDccarK6R53dnc8
2 changed files with 1 additions and 3 deletions

View file

@ -13,8 +13,7 @@ export default function hackcal(e, p = 1) {
const calendarParent = document.getElementById("dbkcalendar");
const body = calendar.querySelector("tbody");
// const cal_uri = "https://chaostreff-backnang.de/hackcal/?period=" + p;
const calUri = "/hackcal";
const calUri = "https://hackcal.ctbk.de/?period=" + p;
fetch(calUri)
.then((res) => res.json())
.then((data) => {