Updated the compiler to now add GUI placeholders, resolved gh-451 so we now have easy roundtrip development beyond the original custom-code implementation. Added the files, folders, url option, and added the install fields to the new plugin area. gh-436
This commit is contained in:
@ -11,15 +11,15 @@
|
||||
// Initial Script
|
||||
jQuery(document).ready(function()
|
||||
{
|
||||
var add_php_view_vvvvvzj = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
vvvvvzj(add_php_view_vvvvvzj);
|
||||
var add_php_view_vvvvwab = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
vvvvwab(add_php_view_vvvvwab);
|
||||
});
|
||||
|
||||
// the vvvvvzj function
|
||||
function vvvvvzj(add_php_view_vvvvvzj)
|
||||
// the vvvvwab function
|
||||
function vvvvwab(add_php_view_vvvvwab)
|
||||
{
|
||||
// set the function logic
|
||||
if (add_php_view_vvvvvzj == 1)
|
||||
if (add_php_view_vvvvwab == 1)
|
||||
{
|
||||
jQuery('#jform_php_view-lbl').closest('.control-group').show();
|
||||
}
|
||||
|
Reference in New Issue
Block a user