Current File : /home/pacjaorg/wpt.pacja.org/km/media/system/js/inlinehelp.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
*/Joomla.toggleInlineHelp=t=>{[].slice.call(document.querySelectorAll(`div.${t}`)).forEach(e=>{e.classList.toggle("d-none");const l=e.id,n=l?l.substr(0,l.length-5):null,s=n?document.getElementById(n):null,o=e.classList.contains("d-none");!n||!s||(o&&s.hasAttribute("aria-describedby")?s.removeAttribute("aria-describedby"):o||s.setAttribute("aria-describedby",l))})},[].slice.call(document.querySelectorAll(".button-inlinehelp")).forEach(t=>{const e=t.dataset.class??"hide-aware-inline-help";if(document.getElementsByClassName(e).length===0){t.classList.add("d-none");return}t.addEventListener("click",n=>{n.preventDefault(),Joomla.toggleInlineHelp(e)})});