Fixed gh-373 so that the auto update of selection is only triggered when toggling the all selection button.

This commit is contained in:
2019-02-06 11:32:38 +02:00
parent 1a538e71d7
commit 104c4e6bae
8 changed files with 22 additions and 26 deletions

View File

@ -1523,10 +1523,6 @@ jQuery(document).ready(function()
getLinked();
var valueSwitch = jQuery("#jform_add_php_router_parse input[type='radio']:checked").val();
getDynamicScripts(valueSwitch);
// get the selected value of the select_all
var select_all = jQuery("#jform_select_all input[type='radio']:checked").val();
// make sure the selection is correct
setSelectAll(select_all);
// check and load all the custom code edit buttons
getEditCustomCodeButtons();
});