Add new reference types

This commit is contained in:
Ryan Prather 2024-06-09 20:17:20 -04:00
parent 83709509f2
commit d809e7eb38
2 changed files with 25 additions and 1 deletions

View File

@ -1358,5 +1358,25 @@
"lbc": [
1,
32
],
"39a": [
1,
39
],
"1hc": [
1,
10
],
"2hc": [
1,
30
],
"sd": [
1,
32
],
"agc": [
1,
28
]
}

View File

@ -127,7 +127,11 @@
<option value='wsc'>Westminster Shorter Catechism</option>
<option value='wlc'>Westminster Larger Catechism</option>
<option value='lbc'>London Baptist Confession</option>
<option value='note'>Note</option>
<option value='39a'>Thirty-Nine Articles</option>
<option value='1hc'>First Helvetic Confession</option>
<option value='2hc'>Second Helvetic Confession</option>
<option value='sd'>Savoy Declaration</option>
<option value='agc'>Augsburg Confession</option>
</select>
<select id='referenceBook' onchange='filterBooks()'>
</select>