- move the reload() to importtask.js.
This commit is contained in:
@@ -91,8 +91,3 @@ $(function()
|
||||
})
|
||||
});
|
||||
|
||||
function reload(toProject, fromProject)
|
||||
{
|
||||
link = createLink('project','importtask','toProject='+toProject + '&fromProject='+fromProject);
|
||||
location.href = link;
|
||||
}
|
||||
|
||||
5
module/project/js/importtask.js
Normal file
5
module/project/js/importtask.js
Normal file
@@ -0,0 +1,5 @@
|
||||
function reload(toProject, fromProject)
|
||||
{
|
||||
link = createLink('project','importtask','toProject='+toProject + '&fromProject='+fromProject);
|
||||
location.href = link;
|
||||
}
|
||||
Reference in New Issue
Block a user