add any/all pronoun option to dropdown

This commit is contained in:
hazycora 2023-09-26 12:54:18 -05:00
parent 708327a548
commit 12e00abe29
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E
3 changed files with 5 additions and 3 deletions

View file

@ -9,7 +9,8 @@ function onPronounsDropdownUpdate() {
pronounsInput.value === 'he/him' ||
pronounsInput.value === 'she/her' ||
pronounsInput.value === 'they/them' ||
pronounsInput.value === 'it/its'
pronounsInput.value === 'it/its' ||
pronounsInput.value === 'any/all'
);
if (isCustom) {
if (pronounsInput.value === '!') {