mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
replaced with URL
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user