Files
conservatorio-tomadini/media/com_admin/js/admin-help.min.js
2024-12-17 17:34:10 +01:00

5 lines
326 B
JavaScript

/**
* @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");helpIndex&&helpIndex.querySelectorAll("a").forEach(e=>e.addEventListener("click",()=>window.scroll(0,0)));