Skip to content
Snippets Groups Projects
Commit c588dec0 authored by xamgore's avatar xamgore
Browse files

Fixed a bug with the select group menu

parent f5d3083f
Branches
Tags
No related merge requests found
......@@ -48,6 +48,7 @@ $(function()
$('#gradeSelect').change(function(){
getStudentsList();
$('#studyGroupSelect').attr('disabled', 'disabled');
$("#groupSelect").empty();
$("#studyGroupSelect").html('<option value="0">--- Учебная группа ---</option>');
if (($('#gradeSelect option:selected').val()!= '0')) {
......
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