buttonPrevHTML: ”,
};
function adaptBreadcrumbs() {
let breadcrumbs = document.querySelectorAll(‘#header-breadcrumbs’);
for(i = 0; i < breadcrumbs.length; i++) {
let title = breadcrumbs[i].querySelector(‘.breadcrumbs-title’);
let btns = breadcrumbs[i].querySelector(‘.btn-container:last-child’);
if(btns && btns.children && btns.children.length) {
if(parseInt(title.getBoundingClientRect().top + title.getBoundingClientRect().height / 2) == parseInt(btns.getBoundingClientRect().top + btns.getBoundingClientRect().height / 2)) {
title.style=”flex-grow:1;”;
} else {
title.style=”flex-grow:0;”;
}
} else {
title.style=”flex-grow:1;”;
}
}
}
window.addEventListener(‘resize’, adaptBreadcrumbs);
document.addEventListener(‘DOMContentLoaded’, adaptBreadcrumbs);
US equity futures fell about 0.5% on Sunday evening as the war in Iran entered its fifth week and investors prepared for a holiday-shortened trading period. Concerns about a potential resolution to the conflict intensified after Iran-backed Houthi militants in Yemen joined the fighting and additional US troops were deployed to the region. On Friday, the three major US stock averages dropped sharply: the Dow Jones Industrial Average lost 793 points, the S&P 500 slid to a seven-month low and recorded its fifth consecutive weekly decline, and the Nasdaq Composite fell more than 2%.
