7 lines
123 B
JavaScript
7 lines
123 B
JavaScript
$(function()
|
|
{
|
|
ajaxGetSearchForm();
|
|
fixedTfootAction('#projectStoryForm');
|
|
fixedTheadOfList('#storyList');
|
|
});
|