(function(){varjira_person_header_class_name='.ghx-heading';// Removes spaces from a string
functionslugify(str){returnstr.replace(/ /g,'');}Array.prototype.forEach.call(document.querySelectorAll(jira_person_header_class_name),function(element){element.setAttribute('id',slugify(element.firstChild.textContent));console.log(element);});})();