increase answer size

Took 9 minutes
This commit is contained in:
2020-10-05 18:37:51 +02:00
parent 44c109b343
commit 0408fc6bff
3 changed files with 18 additions and 11 deletions

4
vendor/js/faq.js vendored
View File

@ -181,9 +181,9 @@ function answer()
return;
}
if( answerText.val().length < 5 || answerText.val().length > 1000 )
if( answerText.val().length < 5 || answerText.val().length > 5000 )
{
answerErrorMsg.html( 'The answer should contain 10-1000 characters!' );
answerErrorMsg.html( 'The answer should contain 10-5000 characters!' );
return;
}