« get me outta code hell

client: load index from IDB cache again - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-05-18 08:06:01 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-31 12:11:56 -0300
commit8d8475ee3e6fe90d47387d0e2ab5bd98c48c373d (patch)
treeeb661099989d0eb842e332d1ff4b25e8fd28ab89 /src/static
parent8973da6ee1401ea7f0882a8c13f875e8e3f3d5c2 (diff)
client: load index from IDB cache again
Diffstat (limited to 'src/static')
-rw-r--r--src/static/js/search-worker.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/static/js/search-worker.js b/src/static/js/search-worker.js
index 66c0cf2e..532dbb71 100644
--- a/src/static/js/search-worker.js
+++ b/src/static/js/search-worker.js
@@ -160,8 +160,6 @@ async function main() {
 
   const [indexData, idbIndexData] = await background;
 
-  delete idbIndexData.generic;
-
   const keysNeedingFetch =
     (idbIndexData
       ? Object.keys(indexData)