Trying to remove random variable changes per/build, or at least to cut it down in a major way.
This commit is contained in:
@ -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);
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user