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

@@ -142,18 +142,18 @@ $componentParams = $this->params; // will be removed just use $this->params inst
<script type="text/javascript">
// #jform_add_head listeners for add_head_vvvvvyv function
// #jform_add_head listeners for add_head_vvvvvyu function
jQuery('#jform_add_head').on('keyup',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);
});
jQuery('#adminForm').on('change', '#jform_add_head',function (e)
{
e.preventDefault();
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);
});