Skip to content
Snippets Groups Projects
Commit 020b5649 authored by jaapjansma's avatar jaapjansma
Browse files

fixed multiple value selection

parent 39ec384e
Branches
Tags
No related merge requests found
......@@ -180,7 +180,7 @@
cj('#original_multi_value_options').html(multi_select_options);
cj('#original_multi_value_options').removeClass('hiddenElement');
cj('#original_multi_value_options input[type="checkbox"]').change(function() {
var currentOptions = cj('#multi_value').val().match(/[^\r\n]+/g);
var currentOptions = cj('#original_multi_value').val().match(/[^\r\n]+/g);
if (!currentOptions) {
currentOptions = new Array();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment