From 8f9a92cf2cae348a1000af3a4e1bc244c81eecc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Fri, 6 Oct 2017 00:58:46 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20:=20Il=20y=20a=20pas=20forc=C3=A9ment=20n?= =?UTF-8?q?b=20suggestions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- machines/templatetags/bootstrap_form_typeahead.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/templatetags/bootstrap_form_typeahead.py b/machines/templatetags/bootstrap_form_typeahead.py index ac22185e..32eb3818 100644 --- a/machines/templatetags/bootstrap_form_typeahead.py +++ b/machines/templatetags/bootstrap_form_typeahead.py @@ -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