* Fix program module.

This commit is contained in:
Yagami
2020-05-14 14:39:52 +08:00
parent 2f249572f7
commit 9f1e075c82
11 changed files with 96 additions and 106 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ $(function()
function setCopyProject(programID)
{
location.href = createLink('program', 'create', 'type=' + type + '&copyProgramID=' + programID);
location.href = createLink('program', 'create', 'template=' + template + '&copyProgramID=' + programID);
}