Skip to content
Snippets Groups Projects
Commit bc69c4d7 authored by Myriam Delaruelle's avatar Myriam Delaruelle
Browse files

strictly lower tpp

parent 2c9cb038
Branches
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ define(['jquery', 'core/ajax', 'core/templates', 'core/str'],
data.count_results=0;
for(var i=0; i<data.students.length; i++){
if(symbol=="<"){
if(data.students[i].percentage <= filter){
if(data.students[i].percentage < filter){
data.count_results++;
data.students[i].visible=true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment