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

fix fix

parent 568cf03b
Branches
Tags
No related merge requests found
...@@ -75,8 +75,9 @@ $(function() { ...@@ -75,8 +75,9 @@ $(function() {
else if (data.success > 0) { else if (data.success > 0) {
EventInspector_ShowMsg('Превышено максимальное кол-во баллов', 'error'); EventInspector_ShowMsg('Превышено максимальное кол-во баллов', 'error');
thisObj.parent().children('.ExamType[value="exam"]').removeAttr('disabled'); thisObj.parent().children('.ExamType[value="exam"]').removeAttr('disabled');
thisObj.parent().children('.ExamType[value="credit"]').removeAttr('disabled'); thisObj.parent().children('.ExamType[value="credit"]')
thisObj.parent().children('.ExamType[value="credit"]').prop('checked', true); .removeAttr('disabled')
.prop('checked', true);
} }
else EventInspector_ShowMsg('Ошибка: Изменение формы контроля', 'error'); else EventInspector_ShowMsg('Ошибка: Изменение формы контроля', 'error');
} }
......
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