8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-04 05:04:06 +00:00

Fix : Il y a pas forcément nb suggestions

This commit is contained in:
Maël Kervella 2017-10-06 00:58:46 +00:00
parent 0cb784fcf1
commit 8f9a92cf2c

View file

@ -169,7 +169,7 @@ def typeahead_datasets( f_name ) :
'if (q === "") {' \
'var nb = 10;' \
'var first = [] ;' \
'for ( var i = 0 ; i < nb ; i++ ) {' \
'for ( var i=0 ; i<nb && i<choices.length; i++ ) {' \
'first.push(choices[i].value);' \
'}' \
'sync(engine.get(first));' \