* remove fixedTheadOfList and fixedTfootAction.

This commit is contained in:
wangyidong
2018-04-28 15:57:16 +08:00
parent 8d15930ecf
commit fddcb3f23c
28 changed files with 175 additions and 289 deletions
-4
View File
@@ -3,7 +3,3 @@ function reload(toProject, fromProject)
link = createLink('project','importtask','toProject='+toProject + '&fromProject='+fromProject);
location.href = link;
}
$(function()
{
setTimeout(function(){fixedTfootAction('#importTaskForm')}, 500);
});