mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
replaced with URL
This commit is contained in:
@@ -85,7 +85,7 @@ class PhotoGallery {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async recursive() {
|
async recursive() {
|
||||||
const loc = window.location;
|
const loc = new URL(window.location.href);
|
||||||
const content = document.documentElement.innerHTML;
|
const content = document.documentElement.innerHTML;
|
||||||
const title = document.title;
|
const title = document.title;
|
||||||
const isChecked = document.getElementById("recursive")?.checked;
|
const isChecked = document.getElementById("recursive")?.checked;
|
||||||
|
|||||||
Reference in New Issue
Block a user