From 8f005b0ae1c2fd0ccd12e70ae18a8d8e19a8d956 Mon Sep 17 00:00:00 2001 From: "1 John 4:19" Date: Sat, 18 May 2024 11:25:05 -0600 Subject: [PATCH] Minor Fix --- bundle.js | 2 +- js/data/tomeLists.js | 2 +- sw.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle.js b/bundle.js index a0bf9f1..dd4bf80 100644 --- a/bundle.js +++ b/bundle.js @@ -259,7 +259,7 @@ const initializeTomeLists = async () => { progress('loading kja lists...'); tomeLists = await dbUtil.fetchJson(url); - tomeLists.tomeName = 'KJV'; + tomeLists.tomeName = 'kjv'; }; class ReadModel { diff --git a/js/data/tomeLists.js b/js/data/tomeLists.js index 8eaa912..79fbb40 100644 --- a/js/data/tomeLists.js +++ b/js/data/tomeLists.js @@ -21,5 +21,5 @@ export const firstVerseIdxByChapterIdx = (chapterIdx) => { export const initializeTomeLists = async () => { progress('loading kja lists...'); tomeLists = await dbUtil.fetchJson(url); - tomeLists.tomeName = 'KJV'; + tomeLists.tomeName = 'kjv'; }; diff --git a/sw.js b/sw.js index b14b95e..9610d01 100644 --- a/sw.js +++ b/sw.js @@ -2,7 +2,7 @@ const appCaches = [ { - name: 'core-20240517.01', + name: 'core-20240518.01', urls: [ '/', '/bundle.js',