Skip to content

Commit

Permalink
Strong Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
claytoncarney committed Jul 15, 2020
1 parent de66883 commit 9961436
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -4582,7 +4582,7 @@
};

const strongUrl = './json/strong.json';
const strongVersion = 2;
const strongVersion = 3;

let strongCitations = {};
let strongDb = null;
Expand Down
2 changes: 1 addition & 1 deletion css/kjs.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ textarea {
border: solid 1px;
border-radius: var(--border-radius);
height: var(--target-size);
margin: 0 0.25rem 0.25rem 0.25rem;
margin: 0.25rem;
padding: 0 0.5rem;
}

Expand Down
2 changes: 1 addition & 1 deletion help/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h1>KJS</h1>
<p>ALL the power belongs to My King! The glory is all His.</p>
<p>"Heaven and earth shall pass away, but my words shall not pass away."</p>
<h1>Version</h1>
<p>2020.05.23</p>
<p>2020.07.15</p>
<p>The application supports Android, Linux, or Windows platforms with the latest version of Google Chrome.</p>
<p>It should also support the latest version of Safari, but has not been extensively tested on Mac/iOS platforms.</p>
<h1>Contact</h1>
Expand Down
2 changes: 1 addition & 1 deletion js/data/strongDb.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const strongStores = {
};

const strongUrl = './json/strong.json';
const strongVersion = 2;
const strongVersion = 3;

export let strongCitations = {};
export let strongDb = null;
Expand Down
2 changes: 1 addition & 1 deletion json/strong.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let appPrefix = 'kjs';

let appCaches = [
{
name: 'kjs-core-20200511.01',
name: 'kjs-core-20200715.01',
urls: [
'./',
'./bundle.js',
Expand All @@ -16,7 +16,7 @@ let appCaches = [
]
},
{
name: 'kjs-css-20200523.01',
name: 'kjs-css-20200715.01',
urls: [
'./css/kjs.css',
'./css/font.css'
Expand All @@ -34,7 +34,7 @@ let appCaches = [
]
},
{
name: 'kjs-help-20200523.01',
name: 'kjs-help-20200715.01',
urls: [
'./help/about.html',
'./help/bookmark.html',
Expand All @@ -49,7 +49,7 @@ let appCaches = [
]
},
{
name: 'kjs-json-20200418.01',
name: 'kjs-json-20200715.01',
urls: [
'./json/strong.json',
'./json/tome.kjv.json'
Expand Down

0 comments on commit 9961436

Please sign in to comment.