Stable Release of version 2.10.5

This commit is contained in:
2019-11-09 14:49:20 +02:00
parent 04c080d460
commit 1a18f5a386
19 changed files with 1624 additions and 1586 deletions

View File

@ -63,6 +63,9 @@ jQuery(document).ready(function()
var target_vvvvwcb = jQuery("#jform_target input[type='radio']:checked").val();
vvvvwcb(target_vvvvwcb);
var target_vvvvwcc = jQuery("#jform_target input[type='radio']:checked").val();
vvvvwcc(target_vvvvwcc);
});
// the vvvvwbl function
@ -797,6 +800,20 @@ function vvvvwcb(target_vvvvwcb)
}
}
// the vvvvwcc function
function vvvvwcc(target_vvvvwcc)
{
// set the function logic
if (target_vvvvwcc == 2)
{
jQuery('.note_yes_behaviour_library').closest('.control-group').show();
}
else
{
jQuery('.note_yes_behaviour_library').closest('.control-group').hide();
}
}
// update required fields
function updateFieldRequired(name,status)
{