diff --git a/zapisy/apps/theses/assets/student-filter.js b/zapisy/apps/theses/assets/student-filter.js index 885153969f..18f9235d4b 100644 --- a/zapisy/apps/theses/assets/student-filter.js +++ b/zapisy/apps/theses/assets/student-filter.js @@ -1,7 +1,10 @@ import { debounce } from "lodash"; +// Django's , based on the internal list + */ function updateDjangoField() { djangoField.innerHTML = ""; djangoField.append(...assignedStudents.map(createSelectOption)); } +/** + * Create an item for the hidden django djangoField.style.display = "none";