spelling: content

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:17:13 -04:00
parent 61efc5955b
commit 4e6a2b1761
3 changed files with 3 additions and 3 deletions

View file

@ -230,7 +230,7 @@ function addToModal(url, id) {
loadModalTitle();
// We need to initialize autosize again for new
// modal conent.
// modal content.
autosize($(".modal .text-autosize"));
}
});