[webpack.teacher.view] real-time search now 150ms

This commit is contained in:
xdrm-brackets 2018-03-04 18:25:07 +01:00
parent 400709ca08
commit 83bb8c803a
2 changed files with 1 additions and 2 deletions

View File

@ -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'

View File

@ -64,7 +64,7 @@ gstore.add('is_handler', function(e){
}
}, 500);
}, 250);
});