[webpack.teacher.view] real-time search now 150ms
This commit is contained in:
parent
400709ca08
commit
83bb8c803a
|
@ -10,7 +10,6 @@
|
|||
<section v-if='gstore.professors.length <= 0'>Aucun enseignant trouvé</section>
|
||||
|
||||
<section v-for='prof in gstore.professors'
|
||||
:data-visible='prof.visible'
|
||||
:data-id='prof.idProfesseur'
|
||||
:data-category='prof.idCat'
|
||||
:data-lname='prof.lastName'
|
||||
|
|
|
@ -64,7 +64,7 @@ gstore.add('is_handler', function(e){
|
|||
|
||||
}
|
||||
|
||||
}, 500);
|
||||
}, 250);
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue