forked from rDrama/rDrama
1
0
Fork 0

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.
master
Snakes 2022-05-19 13:56:04 -04:00
parent db2e8a58db
commit ad328ff2d8
1 changed files with 1 additions and 1 deletions

View File

@ -49,4 +49,4 @@
</div>
</div>
<script src="/assets/js/award_modal.js?v=248" data-cfasync="false"></script>
<script src="/assets/js/award_modal.js?v=249" data-cfasync="false"></script>