word-games-theme 1.0.8 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,7 +33,7 @@ txtBox.value = serachValue
33
33
 
34
34
  if (ablank) {
35
35
  if (!serachValue.includes("?")) {
36
- if (serachValue.length <= letterLen) {
36
+ if (serachValue.length <= letterLen || serachValue.length >= letterLen) {
37
37
  serachValue = serachValue + '?'
38
38
  txtBox.value = serachValue
39
39
  }