[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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

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


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