Skip to content

Commit e06591e

Browse files
authored
Merge pull request #12 from ieeeuoft/makeuoft2026-update
Fix form char limit not showing up
2 parents c36840b + feef060 commit e06591e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hackathon_site/registration/jinja2/registration/application.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h4>Questions</h4>
143143
e.stopPropagation();
144144
});
145145
});
146-
$("#id_free_response_pronouns, #id_free_response_gender, #id_free_response_sexual_identity, #id_free_response_dietary_restrictions, #id_free_response_highest_formal_education, #id_what_role_in_team_setting, #id_past_hackathon_info, #id_what_hackathon_experience, #id_why_participate, #id_what_technical_experience").characterCounter(); // TODO: TEMPORARY LINE
146+
$('textarea[data-length]').characterCounter();
147147

148148
// on first focus (bubbles up to document), open the menu
149149
// https://stackoverflow.com/a/49261426/3882202

0 commit comments

Comments
 (0)