From 55c2f7e63ae0fb521df6827f1af5e2d459938b95 Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Sat, 12 Mar 2016 21:36:26 +0800 Subject: [PATCH] * change the code style for story.js of project module. --- module/project/js/story.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/module/project/js/story.js b/module/project/js/story.js index bf7810e66d..babe4e8d1a 100644 --- a/module/project/js/story.js +++ b/module/project/js/story.js @@ -1,2 +1,5 @@ -$(function(){fixedTfootAction('#projectStoryForm');}); -$(function(){fixedTheadOfList('#storyList');}); +$(function() +{ + fixedTfootAction('#projectStoryForm'); + fixedTheadOfList('#storyList'); +});