Release of v3.2.1-alpha3

Fix plugin code display when methods and properties are missing.
This commit is contained in:
2024-04-09 13:44:08 +02:00
parent 4c7b4f11a4
commit a66e099a73
43 changed files with 3639 additions and 3695 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();
}