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_php_view_vvvvwaz = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvwaz(add_php_view_vvvvwaz);
var add_php_view_vvvvway = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvway(add_php_view_vvvvway);
});
// the vvvvwaz function
function vvvvwaz(add_php_view_vvvvwaz)
// the vvvvway function
function vvvvway(add_php_view_vvvvway)
{
// set the function logic
if (add_php_view_vvvvwaz == 1)
if (add_php_view_vvvvway == 1)
{
jQuery('#jform_php_view-lbl').closest('.control-group').show();
}