__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/**
* @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)})});