Day1 Patch
This commit is contained in:
@@ -49,7 +49,7 @@ function openPopup(day) {
|
||||
if (!data) return;
|
||||
|
||||
const tag = String(day).padStart(2, '0');
|
||||
const url = `/2025/content/tag${tag}.html`;
|
||||
const url = `/2025/content/day${tag}.html`;
|
||||
|
||||
fetch(url)
|
||||
.then(res => {
|
||||
|
||||
Reference in New Issue
Block a user