Your IP : 216.73.216.84


Current Path : /home/h/e/l/helpink/www/media/com_content/js/
Upload File :
Current File : /home/h/e/l/helpink/www/media/com_content/js/articles-status.js

/**
 * @copyright  (C) 2022 Open Source Matters, Inc. <https://www.joomla.org>
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */

(() => {

  document.addEventListener('DOMContentLoaded', () => {
    document.querySelectorAll('.article-status').forEach(element => {
      element.addEventListener('click', event => event.stopPropagation());
    });
  });
})();