Commit 6b139941 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Correction #50798

parent b19d1bb8
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();