mirror of
https://codeberg.org/kirche-im-netz/Startodon-Hub.git
synced 2025-08-14 23:12:23 +02:00
doch keine versionierung, damit alles entweder aus dem Cache ist oder neu geladen
This commit is contained in:
parent
cfbe14eaaf
commit
97cd17e8bb
3 changed files with 13 additions and 13 deletions
|
@ -20,7 +20,7 @@ async function initializeSite() {
|
|||
const shuffleContainers = document.querySelectorAll('.shuffle-container');
|
||||
const seed = Date.now();
|
||||
|
||||
fetch('config.json?v=1')
|
||||
fetch('config.json')
|
||||
.then(response => response.json())
|
||||
.then(config => {
|
||||
const starterkitFiles = config.starterkits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue