Working history

This commit is contained in:
2026-08-05 21:47:52 -05:00
parent b8d7e732d5
commit cd1bb5460d
2 changed files with 128 additions and 32 deletions

View File

@@ -17,7 +17,7 @@ function buildItem(entry) {
const url = document.createElement("p");
url.className = "history-url";
url.textContent = entry.fullUrl || entry.previewUrl || entry.url || "";
url.textContent = entry.fullUrl || entry.url || "";
const meta = document.createElement("p");
meta.className = "history-meta";