[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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

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


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