Update thrimbletrimmer/scripts/edit.js

pull/389/head
Mike Lang 1 year ago committed by GitHub
parent 4332989748
commit 18862022eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -829,7 +829,7 @@ function validateChapterDescription(chapterDescField) {
// We don't know what chars are safe outside the ascii range, so we just warn on any of them.
// We know emoji are not safe.
chapterDescField.classList.add("input-error");
chapterDescField.title = "Chapter descriptions with non-ascii characters may cause issues, proceed with caution";
chapterDescField.title = "Chapter descriptions with non-ascii characters may cause issues; proceed with caution";
} else {
chapterDescField.classList.remove("input-error");
chapterDescField.title = "";

Loading…
Cancel
Save