Skip to content
Snippets Groups Projects
Commit 1f523a32 authored by PavelBegunkov's avatar PavelBegunkov
Browse files

fix

parent f5c1e2d9
Branches
Tags
No related merge requests found
......@@ -111,7 +111,7 @@ $(function() {
{
var jTemp = $.closest('.HiddenInputFacultyID');
var jTemp = $('.HiddenInputFacultyID');
if (jTemp) {
FacultyID = jTemp.val(); // Факультет, к которой привязана дисциплина
jTemp.remove(); // Тут даже Шерлок Холмс бессилен
......
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