JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "htmlDescriptor.js"

Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/vendor/symfony/var-dumper/Resources/js/htmlDescriptor.js
File size: 354 bytes
MIME-type: text/plain
Charset: utf-8

document.addEventListener('DOMContentLoaded', function() {
  let prev = null;
  Array.from(document.getElementsByTagName('article')).reverse().forEach(function (article) {
    const dedupId = article.dataset.dedupId;
    if (dedupId === prev) {
      article.getElementsByTagName('header')[0].classList.add('hidden');
    }
    prev = dedupId;
  });
});