fix(ui): restore map script parsing
This commit is contained in:
@@ -1639,7 +1639,7 @@ function htmlPage(): string {
|
||||
|
||||
const item = document.createElement("article");
|
||||
item.className = "photo" + (photo.id === state.activePhotoId ? " active" : "");
|
||||
const photoTitle = photo.name + "\n" + formatDate(photo.capturedAt);
|
||||
const photoTitle = photo.name + " - " + formatDate(photo.capturedAt);
|
||||
item.title = photoTitle;
|
||||
item.setAttribute("aria-label", photoTitle);
|
||||
item.innerHTML =
|
||||
|
||||
Reference in New Issue
Block a user