Your IP : 216.73.216.65


Current Path : /home/a/t/a/ataenra/www/media/com_config/js/
Upload File :
Current File : /home/a/t/a/ataenra/www/media/com_config/js/config-filters.min.js

/**
 * @copyright   (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */const recursiveApplyChanges=e=>{[].slice.call(document.querySelectorAll(`#filter-config select[data-parent="${e}"]`)).map(l=>(recursiveApplyChanges(l.dataset.id),l.value="NONE",l))},applyChanges=e=>{const t=e.currentTarget;if(t.options[t.selectedIndex].value==="NONE"){const n=[].slice.call(document.querySelectorAll(`#filter-config select[data-parent="${t.dataset.id}"]`));n.length&&window.confirm(Joomla.Text._("COM_CONFIG_TEXT_FILTERS_NOTE"))&&n.map(c=>(recursiveApplyChanges(c.dataset.id),c.value="NONE",c))}};[].slice.call(document.querySelectorAll("#filter-config select")).map(e=>e.addEventListener("change",applyChanges));