- move the reload() to importtask.js.

This commit is contained in:
wangchunsheng
2012-09-02 09:15:35 +00:00
parent e3502ab203
commit 808c8d1ba0
2 changed files with 5 additions and 5 deletions

View File

@@ -91,8 +91,3 @@ $(function()
})
});
function reload(toProject, fromProject)
{
link = createLink('project','importtask','toProject='+toProject + '&fromProject='+fromProject);
location.href = link;
}

View File

@@ -0,0 +1,5 @@
function reload(toProject, fromProject)
{
link = createLink('project','importtask','toProject='+toProject + '&fromProject='+fromProject);
location.href = link;
}