Skip to content

Commit

Permalink
Update HOWTO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
plehegar authored Aug 14, 2024
1 parent 206d978 commit 7900b5e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,18 @@ To add or remove a document status, one must:
1. remove or add the status in the HTML option elements (id="profile")
2. add or remove HTML input elements if applicable
3. Update the data-profile attributes
4. If HTML input elements were added or removed:
a- update the corresponding data- attributes
b- update the config object near the top of the script
c- update the JS functions onpushstate (URL) and titleMatch (attribute matching)

If HTML input elements were added or removed:
1. update the corresponding data- attributes
1. update the config object near the top of the script
1. update the JS functions onpushstate (URL) and titleMatch (attribute matching)

# New Echidna updates

For echidna updates:
1. Update data-profile on the ul element with id='echidna-selection"
2. Update the data-echidna as needed (you're likely to add data-echidna="false"')
3- Update the JS function hasEchidna()
3. Update the JS function hasEchidna()

# History

Expand Down

0 comments on commit 7900b5e

Please sign in to comment.