Prepend 7s to 7s archiveItems local storage key
This commit is contained in:
@@ -2895,7 +2895,7 @@ function getArchiveItemIdByAid(aid) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const archiveItemsKey = 'archiveItems'
|
const archiveItemsKey = '7s:archiveItems'
|
||||||
function addArchiveItemId(id) {
|
function addArchiveItemId(id) {
|
||||||
const currentItemSet = new Set(getArchiveItemIds())
|
const currentItemSet = new Set(getArchiveItemIds())
|
||||||
currentItemSet.add(id)
|
currentItemSet.add(id)
|
||||||
|
|||||||
Reference in New Issue
Block a user