[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/symfony/var-dumper/Resources/js/ -> htmlDescriptor.js (source)

   1  document.addEventListener('DOMContentLoaded', function() {
   2    let prev = null;
   3    Array.from(document.getElementsByTagName('article')).reverse().forEach(function (article) {
   4      const dedupId = article.dataset.dedupId;
   5      if (dedupId === prev) {
   6        article.getElementsByTagName('header')[0].classList.add('hidden');
   7      }
   8      prev = dedupId;
   9    });
  10  });


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