* add chosen(multiple) for stageList of testcase-batchedit. * add authority for custom module.
5 lines
77 B
JavaScript
5 lines
77 B
JavaScript
$(function()
|
|
{
|
|
$(".chosen").chosen({no_results_text:noResultsMatch});
|
|
})
|