autocomplete: trigger completion for metatags after typing colon (#3558)

When completing metatags (e.g. `rating:safe`), show completions
immediately after typing the colon (`rating:`), instead of after the
first letter (`rating:s`).
This commit is contained in:
evazion
2018-04-27 01:07:49 -05:00
parent 2f1d185c3e
commit c398c8fff6

View File

@@ -115,11 +115,6 @@
var metatag = query.metatag;
var term = query.term;
if (!term) {
this.close();
return;
}
switch(metatag) {
case "md5":
case "width":