replaced with URL

This commit is contained in:
2025-08-18 14:21:21 +02:00
committed by GitHub
parent cb0fe96654
commit b4badfbd15

View File

@@ -85,7 +85,7 @@ class PhotoGallery {
}
async recursive() {
const loc = window.location;
const loc = new URL(window.location.href);
const content = document.documentElement.innerHTML;
const title = document.title;
const isChecked = document.getElementById("recursive")?.checked;