Update grepdict.js
This commit is contained in:
parent
45c8aa23fc
commit
59653c7de7
|
@ -26,7 +26,7 @@ function regexInput(e) {
|
|||
li.textContent = word
|
||||
|
||||
nmatches += 1
|
||||
if (nmatches > 50) {
|
||||
if (nmatches > 600) {
|
||||
li.textContent = "…"
|
||||
break
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue