* ajusted views.

* changed css names.
This commit is contained in:
Catouse
2014-03-27 14:40:55 +08:00
parent 99c8a0554e
commit ad3a1c29b8
107 changed files with 917 additions and 768 deletions

View File

@@ -1,5 +1,5 @@
$(function() {
for(i=0; i<batchCreateNum; i++) $("#story" + i).chosen({no_results_text: noResultsMatch});
for(i=0; i<batchCreateNum; i++) $("#story" + i).chosen(defaultChosenOptions);
})
/* Copy story title as task title. */