From ad328ff2d813b8b0e09c7cf5f2e110166e8c3032 Mon Sep 17 00:00:00 2001 From: TLSM Date: Thu, 19 May 2022 13:56:04 -0400 Subject: [PATCH] Award modal: flairlock note length limit in UI. The award modal note field had a maxLength of 200 characters. This was retained when repurposing the field for the new flair to be applied by a flairlock award. However, flairs have a maxLength of 100 characters. award_modal.js now makes this clearer in the UI by changing the maxLength of note when a flairlock award is picked. --- files/templates/award_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index 79e97dfc0c..38efd67cf1 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -49,4 +49,4 @@ - \ No newline at end of file + \ No newline at end of file