[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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

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


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