forked from CGM_Public/pretix_original
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