Skip to content
Snippets Groups Projects
Commit 7fc9df8e authored by Антон Шалимов's avatar Антон Шалимов
Browse files

f

parent 177bcdf5
Branches
Tags
No related merge requests found
......@@ -41,10 +41,10 @@ $(function() {
if ((SubjectsGlobal[i].Title).toLowerCase().indexOf(NameFilter) == 0)
{
// 0 - успех, -1 - ничего не нашел
j++;
SortSubjects[j] = {};
SortSubjects[j]['ID'] = SubjectsGlobal[i].ID;
SortSubjects[j]['Title'] = SubjectsGlobal[i].Title;
j++;
}
}
SortSubjects.Count = j;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment