Skip to content

Commit

Permalink
fix(multiselectfield): visible JS
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jan 15, 2020
1 parent a7be931 commit bb77c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/scripts.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ function plugin_formcreator_changeQuestionType(rand) {
$('#plugin_formcreator_required > [name="required"]').toggle(response.may_be_required);

$('#label_show_empty').toggle(response.may_be_empty);
$('#plugin_formcreator_show_empty > *').toggle(response.may_be_empty);
$('#plugin_formcreator_show_empty > [name="show_empty"]').toggle(response.may_be_empty);

$('#plugin_formcreator_subtype_label').html(response.label);
$('#plugin_formcreator_subtype_value').html(response.field);
Expand Down

0 comments on commit bb77c0e

Please sign in to comment.