Commit ae6860bd authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Merge remote-tracking branch 'origin/b20' into b20

parents 9afa53a5 6b139941
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -34,7 +34,8 @@ $.widget("ose.intervenantRecherche", {
            {
                that.rechercher(event.term, stopFunc);
            },
			minLength: 2
            minLength: 2,
            delay: 1000,
        });

        this.getElementCritere().focus();