_.goHref = function(el) {
const href = el.dataset.href;
if (href) window.location.href = href;
};_.goHref = function(el) {