mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Do not use short words for typochecks
This commit is contained in:
@@ -12,7 +12,7 @@ function typocheck() {
|
||||
|
||||
$sources.each(function () {
|
||||
$.each($(this).val().toLowerCase().replace('-', '').split(' '), function (i, w) {
|
||||
if (w) {
|
||||
if (w && w.length > 5) {
|
||||
words.push(w);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user