mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix #15: comment function checkNullValuesInChoices
This commit is contained in:
parent
dc98fd9d86
commit
a4b4365f7b
@ -124,7 +124,12 @@ var chill = function() {
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO : DOC
|
||||
* Mark the choices "not specified" as check by default.
|
||||
*
|
||||
* This function apply to `custom field choices` when the `required`
|
||||
* option is false and `expanded` is true (checkboxes or radio buttons).
|
||||
*
|
||||
* @param{string} choice_name the name of the input
|
||||
*/
|
||||
function checkNullValuesInChoices(choice_name) {
|
||||
var choices;
|
||||
|
Loading…
x
Reference in New Issue
Block a user