* finish task #2584.
This commit is contained in:
@@ -9,7 +9,7 @@ function showLink(buildID, type, param)
|
||||
|
||||
var formID = type == 'story' ? '#unlinkedStoriesForm' : '#unlinkedBugsForm';
|
||||
setTimeout(function(){fixedTfootAction(formID)}, 100);
|
||||
autoCheck();
|
||||
checkTable($(formID).find('table'));
|
||||
});
|
||||
}
|
||||
$(function()
|
||||
|
||||
@@ -9,7 +9,7 @@ function showLink(planID, type, orderBy, param)
|
||||
|
||||
var formID = type == 'story' ? '#unlinkedStoriesForm' : '#unlinkedBugsForm';
|
||||
setTimeout(function(){fixedTfootAction(formID)}, 100);
|
||||
autoCheck();
|
||||
checkTable($(formID).find('table'));
|
||||
});
|
||||
}
|
||||
$(function()
|
||||
|
||||
@@ -11,7 +11,7 @@ function showLink(releaseID, type, param)
|
||||
|
||||
var formID = type == 'story' ? '#unlinkedStoriesForm' : (type == 'leftBug' ? '#unlinkedLeftBugsForm' : '#unlinkedBugsForm');
|
||||
setTimeout(function(){fixedTfootAction(formID)}, 100);
|
||||
autoCheck();
|
||||
checkTable($(formID).find('table'));
|
||||
});
|
||||
}
|
||||
$(function()
|
||||
|
||||
Reference in New Issue
Block a user