5 lines
142 B
JavaScript
Executable File
5 lines
142 B
JavaScript
Executable File
$(document).ready(function()
|
|
{
|
|
for(i = 0; i < testcaseBatchCreateNum; i++) $("#story" + i).chosen({no_results_text: noResultsMatch});
|
|
});
|