Release of v5.1.1-beta1

Add JCB new package engine.
This commit is contained in:
2025-06-18 19:49:35 +00:00
parent 3b502eb09b
commit 70718936b4
464 changed files with 34151 additions and 13973 deletions

View File

@@ -143,18 +143,18 @@ $tmpl = $tmpl ? '&tmpl=' . $tmpl : '';
<script type="text/javascript">
// #jform_add_head listeners for add_head_vvvvvxa function
// #jform_add_head listeners for add_head_vvvvvwx function
jQuery('#jform_add_head').on('keyup',function()
{
var add_head_vvvvvxa = jQuery("#jform_add_head input[type='radio']:checked").val();
vvvvvxa(add_head_vvvvvxa);
var add_head_vvvvvwx = jQuery("#jform_add_head input[type='radio']:checked").val();
vvvvvwx(add_head_vvvvvwx);
});
jQuery('#adminForm').on('change', '#jform_add_head',function (e)
{
e.preventDefault();
var add_head_vvvvvxa = jQuery("#jform_add_head input[type='radio']:checked").val();
vvvvvxa(add_head_vvvvvxa);
var add_head_vvvvvwx = jQuery("#jform_add_head input[type='radio']:checked").val();
vvvvvwx(add_head_vvvvvwx);
});