Release of v4.0.0-beta2

Add view list and single name fix. Add component code name fix. Add reset list of powers.
This commit is contained in:
2024-04-09 13:49:29 +02:00
parent 6cb5f05f1e
commit 738eb95f21
49 changed files with 3741 additions and 3718 deletions

View File

@ -11,15 +11,15 @@
// Initial Script
document.addEventListener('DOMContentLoaded', function()
{
var add_head_vvvvvyv = jQuery("#jform_add_head input[type='radio']:checked").val();
vvvvvyv(add_head_vvvvvyv);
var add_head_vvvvvyu = jQuery("#jform_add_head input[type='radio']:checked").val();
vvvvvyu(add_head_vvvvvyu);
});
// the vvvvvyv function
function vvvvvyv(add_head_vvvvvyv)
// the vvvvvyu function
function vvvvvyu(add_head_vvvvvyu)
{
// set the function logic
if (add_head_vvvvvyv == 1)
if (add_head_vvvvvyu == 1)
{
jQuery('#jform_head-lbl').closest('.control-group').show();
}