* FInish task #64882.

This commit is contained in:
zhouxudong
2022-08-19 02:22:42 +00:00
parent 0a3c297b43
commit 9dbfa8b99b
+1 -4
View File
@@ -109,14 +109,11 @@ $(function()
/**
* Set parent program.
*
* @param int $parentProgram
* @access public
* @param int $parentProgram ParentProgram is the ID of the currently selected program.
* @return void
*/
function setParentProgram(parentProgram)
{
//ParentProgram is the ID of the currently selected program.
var lastSelectedID = $('#parent').attr('data-lastSelected');
var lastSelectedParent = 0;
var selectedParent = 0;