Trying to remove random variable changes per/build, or at least to cut it down in a major way.

This commit is contained in:
2016-02-26 15:57:30 +02:00
parent 2ecf186846
commit 15e3c82dd2
35 changed files with 1715 additions and 1674 deletions

View File

@ -114,18 +114,18 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');
<script type="text/javascript">
// #jform_add_php_view listeners for add_php_view_oIMiqcx function
// #jform_add_php_view listeners for add_php_view_vvvvvxu function
jQuery('#jform_add_php_view').on('keyup',function()
{
var add_php_view_oIMiqcx = jQuery("#jform_add_php_view input[type='radio']:checked").val();
oIMiqcx(add_php_view_oIMiqcx);
var add_php_view_vvvvvxu = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvxu(add_php_view_vvvvvxu);
});
jQuery('#adminForm').on('change', '#jform_add_php_view',function (e)
{
e.preventDefault();
var add_php_view_oIMiqcx = jQuery("#jform_add_php_view input[type='radio']:checked").val();
oIMiqcx(add_php_view_oIMiqcx);
var add_php_view_vvvvvxu = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvxu(add_php_view_vvvvvxu);
});