Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla5/media/com_admin/js/ |
| [Home] [System Details] [Kill Me] |
/**
* @copyright (C) 2021 Open Source Matters, Inc.
<https://www.joomla.org>
* @license GNU General Public License version 2 or later; see
LICENSE.txt
*/
const helpIndex = document.getElementById('help-index');
if (helpIndex) {
helpIndex.querySelectorAll('a').forEach(element =>
element.addEventListener('click', () => window.scroll(0, 0)));
}