* finish task #1918.

This commit is contained in:
wangyidong
2014-06-17 06:03:27 +00:00
parent 17838c114a
commit c2f16c22cb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
$(function() {
for(i=0; i<batchCreateNum; i++) $("#story" + i).chosen(defaultChosenOptions);
for(i = 0; i < batchCreateNum; i++) $("#story" + i).chosen(defaultChosenOptions);
})
/* Get select of stories.*/