release 2.1

This commit is contained in:
2026-03-17 20:41:44 +03:00
parent aa99a4f47c
commit 61ad9e4b11
11 changed files with 26 additions and 61 deletions
+2 -2
View File
@@ -398,7 +398,7 @@ function loop(ts) {
documentsActive = true;
})
.catch(error => {
console.error('[EXT][content] Error on enter documents:', error);
console.info('[EXT][content] Error on enter documents:', error);
window.location.reload();
});
}
@@ -410,7 +410,7 @@ function loop(ts) {
chrome.storage.local.remove(dataType)
.then(() => { })
.catch(error => {
console.error('[EXT][content] Error on leave documents:', error);
console.info('[EXT][content] Error on leave documents:', error);
window.location.reload();
});
}