4 lines
113 B
JavaScript
Executable File
4 lines
113 B
JavaScript
Executable File
$(function() {
|
|
for(i=0; i<batchCreateNum; i++) $("#story" + i).chosen({no_results_text: noResultsMatch});
|
|
})
|