[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/com_admin/js/ -> admin-help.js (source)

   1  /**
   2    * @copyright   (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
   3    * @license     GNU General Public License version 2 or later; see LICENSE.txt
   4    */
   5  const helpIndex = document.getElementById('help-index');
   6  
   7  if (helpIndex) {
   8    [].slice.call(helpIndex.querySelectorAll('a')).map(element => element.addEventListener('click', () => {
   9      window.scroll(0, 0);
  10    }));
  11  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer