Skip to content

Commit

Permalink
Add "Religious Abjuration Records" record type
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonsamuel99 committed Jan 21, 2025
1 parent 3a80c7e commit 15d44d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@

let type = $("#edit-record-metadata-type").val();
let url = "http://gedcomx.org/";
if (type === "PrayerCard") {
if (type === "PrayerCard" || type === "AbjurationOathRecord") {
url = "http://familysearch.org/types/records/";
}
if (type && type !== url + type) {
Expand Down Expand Up @@ -4086,6 +4086,7 @@ <h5 class="modal-title" id="edit-record-metadata-label">Update Record Metadata</
<option value="PrayerCard">Prayer Card</option>
<option value="Probate">Probate</option>
<option value="RelatedDocument">RelatedDocument</option>
<option value="AbjurationOathRecord">Religious Abjuration Records</option>
<option value="ReligiousCreeds">ReligiousCreeds</option>
<option value="Residence">Residence</option>
<option value="Roll">Roll</option>
Expand Down

0 comments on commit 15d44d3

Please sign in to comment.