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