display up to 7 matches in typeahead so wc shows all wc locationgroups

This commit is contained in:
Laura Klünder 2016-12-24 21:54:13 +01:00
parent 517e194c44
commit e2624230a5

View file

@ -30,6 +30,7 @@ c3nav = {
});
c3nav._typeahead_options = {
source: c3nav._typeahead_locations,
limit: 7,
display: function(item) {
return item.title;
},