* Finish task #7117/7125/7124.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
$(function()
|
||||
{
|
||||
$('#copyProjects a').click(function(){setCopyProject($(this).data('id')); $('#copyProjectModal').modal('hide')});
|
||||
});
|
||||
|
||||
function setCopyProject(programID)
|
||||
{
|
||||
location.href = createLink('program', 'create', 'type=' + type + '©ProgramID=' + programID);
|
||||
}
|
||||
Reference in New Issue
Block a user