Expande the compiler to fully build and zip plugins linked to components. Added plugin_updates area. Fixed gh-454 to insure placeholders are build even if no local db placeholders are found. Fixed gh-453 to prevent count error with null return value.

This commit is contained in:
2019-08-08 17:35:58 +02:00
parent 7d2cc2c9f0
commit ed43b00862
87 changed files with 7569 additions and 3584 deletions

View File

@ -11,15 +11,15 @@
// Initial Script
jQuery(document).ready(function()
{
var add_php_view_vvvvwab = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvwab(add_php_view_vvvvwab);
var add_php_view_vvvvwac = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvwac(add_php_view_vvvvwac);
});
// the vvvvwab function
function vvvvwab(add_php_view_vvvvwab)
// the vvvvwac function
function vvvvwac(add_php_view_vvvvwac)
{
// set the function logic
if (add_php_view_vvvvwab == 1)
if (add_php_view_vvvvwac == 1)
{
jQuery('#jform_php_view-lbl').closest('.control-group').show();
}