Added Dynamic Router Implementation to resolve gh-74
This commit is contained in:
@ -729,7 +729,7 @@ jQuery(document).ready(function(){
|
||||
// #jform_add_custom_import listeners
|
||||
jQuery('#jform_add_custom_import').on('change',function() {
|
||||
var valueSwitch = jQuery("#jform_add_custom_import input[type='radio']:checked").val();
|
||||
getImportScripts(valueSwitch);
|
||||
getDynamicScripts(valueSwitch);
|
||||
});
|
||||
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user