[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/com_cache/js/ -> admin-cache-default.js (source)

   1  /**
   2   * @copyright   (C) 2018 Open Source Matters, Inc. <https://www.joomla.org>
   3   * @license     GNU General Public License version 2 or later; see LICENSE.txt
   4   */
   5  Joomla = window.Joomla || {};
   6  
   7  ((document, Joomla) => {
   8  
   9    document.addEventListener('DOMContentLoaded', () => {
  10      [].slice.call(document.querySelectorAll('.cache-entry')).forEach(el => {
  11        el.addEventListener('click', ({
  12          currentTarget
  13        }) => {
  14          Joomla.isChecked(currentTarget.checked);
  15        });
  16      });
  17    });
  18  })(document, Joomla);


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