[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/com_content/js/ -> articles-status-es5.js (source)

   1  (function () {
   2    'use strict';
   3  
   4    /**
   5     * @copyright  (C) 2022 Open Source Matters, Inc. <https://www.joomla.org>
   6     * @license    GNU General Public License version 2 or later; see LICENSE.txt
   7     */
   8    (function () {
   9      document.addEventListener('DOMContentLoaded', function () {
  10        var elements = [].slice.call(document.querySelectorAll('.article-status'));
  11        elements.forEach(function (element) {
  12          element.addEventListener('click', function (event) {
  13            event.stopPropagation();
  14          });
  15        });
  16      });
  17    })();
  18  
  19  })();


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