Added the main GUI for the plugin area, gh-436

This commit is contained in:
2019-07-15 22:00:46 +02:00
parent 2af4b8cf50
commit e476bcb7b5
206 changed files with 25317 additions and 3509 deletions

View File

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