* Code for task#848.

This commit is contained in:
chencongzhi520@gmail.com
2012-06-19 06:43:01 +00:00
parent f016c4b328
commit 4b2cf497a3
19 changed files with 44 additions and 14 deletions
+3
View File
@@ -0,0 +1,3 @@
$(function() {
for(i=0; i<batchCreateNum; i++) $("#story" + i).chosen({no_results_text: noResultsMatch});
})