mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
don't save one char queries
This commit is contained in:
parent
173a1f1e5b
commit
466f76d03b
1 changed files with 2 additions and 0 deletions
|
|
@ -335,6 +335,8 @@
|
|||
|
||||
return {
|
||||
add: function(q) {
|
||||
if (q.length < 2) return;
|
||||
|
||||
var exists = false;
|
||||
|
||||
queries.forEach(function(query) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue