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

@@ -131,18 +131,18 @@ $tmpl = $tmpl ? '&tmpl=' . $tmpl : '';
<script type="text/javascript">
// #jform_add_php_view listeners for add_php_view_vvvvvzd function
// #jform_add_php_view listeners for add_php_view_vvvvvza function
jQuery('#jform_add_php_view').on('keyup',function()
{
var add_php_view_vvvvvzd = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvzd(add_php_view_vvvvvzd);
var add_php_view_vvvvvza = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvza(add_php_view_vvvvvza);
});
jQuery('#adminForm').on('change', '#jform_add_php_view',function (e)
{
e.preventDefault();
var add_php_view_vvvvvzd = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvzd(add_php_view_vvvvvzd);
var add_php_view_vvvvvza = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvza(add_php_view_vvvvvza);
});