* change the code style for story.js of project module.

This commit is contained in:
chenfeiCF
2016-03-12 21:36:26 +08:00
parent 91194fcccc
commit 55c2f7e63a
+5 -2
View File
@@ -1,2 +1,5 @@
$(function(){fixedTfootAction('#projectStoryForm');});
$(function(){fixedTheadOfList('#storyList');});
$(function()
{
fixedTfootAction('#projectStoryForm');
fixedTheadOfList('#storyList');
});