resolve gh-115 to allow excluding of folders and files in the repository folder
This commit is contained in:
@ -139,18 +139,18 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
// #jform_add_php_view listeners for add_php_view_vvvvvyq function
|
||||
// #jform_add_php_view listeners for add_php_view_vvvvvyr function
|
||||
jQuery('#jform_add_php_view').on('keyup',function()
|
||||
{
|
||||
var add_php_view_vvvvvyq = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
vvvvvyq(add_php_view_vvvvvyq);
|
||||
var add_php_view_vvvvvyr = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
vvvvvyr(add_php_view_vvvvvyr);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_php_view',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_php_view_vvvvvyq = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
vvvvvyq(add_php_view_vvvvvyq);
|
||||
var add_php_view_vvvvvyr = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
vvvvvyr(add_php_view_vvvvvyr);
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user