Skip to content
Snippets Groups Projects
Commit 285cb491 authored by RomanSteinberg's avatar RomanSteinberg
Browse files

FIX: view amount of students in right list

parent d9bd6f84
Branches
Tags
No related merge requests found
......@@ -50,7 +50,7 @@ function View(_$root) {
});
// показываем количество
$root.find('#LeftListAmount').text(students.length);
$root.find("#" + type + "ListAmount").text(students.length);
};
this.clearChecked = function (type, checkedstudents) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment