diff options
author | chr <chr@cybre.space> | 2021-03-01 23:39:33 -0800 |
---|---|---|
committer | chr <chr@cybre.space> | 2021-03-01 23:40:47 -0800 |
commit | 39a545e9a2a8e26503d4acb32ff424da1c3c0142 (patch) | |
tree | 47e33555c6aea3dc441bb63fdab4a2b7bde8d3a0 | |
parent | c61e53ab874347d57df8803a99b7a02933263010 (diff) |
typo
-rw-r--r-- | app/javascript/packs/public.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/packs/public.js b/app/javascript/packs/public.js index 3ff665f2a..987c310c8 100644 --- a/app/javascript/packs/public.js +++ b/app/javascript/packs/public.js @@ -306,7 +306,7 @@ function main() { delegate(document, '#account_note', 'input', sizeBioText); - function s500 izeBioText() { + function sizeBioText() { const noteCounter = document.querySelector('.note-counter'); const bioTextArea = document.querySelector('#account_note'); |