Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion mink-plugin/js/displayMinkUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function appendHTMLToShadowDOM () {
setupUI()

let mementos
if (tmData && tmData.mementos) {
if (tmData && tmData.mementos && tmData.mementos.list) {
mementos = tmData.mementos.list // e.g. mementos[15].uri and mementos[15].datetime
} else {
mementos = []
Expand All @@ -39,6 +39,7 @@ function appendHTMLToShadowDOM () {
let cb = function () {
createShadowDOM(setupDrilldownInteractions)
}

let mCount = mementos.length
const minkuiRoot = document.querySelector('#minkuiX')
const viewingMemento = items.timemaps && items.timemaps[document.URL] &&
Expand Down
2 changes: 1 addition & 1 deletion mink-plugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Mink - Integrate Live & Archived Web +Memento",
"short_name": "Mink",
"version": "3.0",
"version": "3.0.1",
"description": "Integrating the Live and Archived Web Viewing Experience Using Memento",
"homepage_url": "https://matkelly.com/mink",
"author": "Mat Kelly <mink@matkelly.com>",
Expand Down