‘;
printHtml += cleanHeaderHtml;
}
if (media) {
printHtml += media.outerHTML;
}
if (articleBody) {
const articleClone = articleBody.cloneNode(true);
articleClone.querySelectorAll(‘.post-flash’).forEach(function (el) {
el.parentNode.removeChild(el);
});
printHtml += articleClone.outerHTML;
}
const iframe = document.createElement(‘iframe’);
iframe.style.position = ‘fixed’;
iframe.style.right=”0″;
iframe.style.bottom = ‘0’;
iframe.style.width=”0″;
iframe.style.height=”0″;
iframe.style.border=”0″;
document.body.appendChild(iframe);
const frameWindow = iframe.contentWindow || iframe;
const title = document.title || ‘Yazdır’;
const headStyles = Array.from(document.querySelectorAll(‘link[rel=”stylesheet”]style’))
.map(el => el.outerHTML)
.join(”);
iframe.onload = function () {
try {
frameWindow.focus();
frameWindow.print();
} finally {
setTimeout(function () {
document.body.removeChild(iframe);
}, 1000);
}
};
const doc = frameWindow.document;
doc.open();
doc.write(`
${headStyles}
${printHtml}
`);
doc.close();
}
var dropdownButton = document.querySelector(‘.dropdownButton’);
if (dropdownButton) {
var icon = dropdownButton.querySelector(‘#icon’);
var parentDropdown = dropdownButton.closest(‘.dropdown’);
if (parentDropdown && icon) {
parentDropdown.addEventListener(‘show.bs.dropdown’, function () {
icon.classList.remove(‘fa-plus’);
icon.classList.add(‘fa-minus’);
});
parentDropdown.addEventListener(‘hide.bs.dropdown’, function () {
icon.classList.remove(‘fa-minus’);
icon.classList.add(‘fa-plus’);
});
}
}
Krone.at in the Austrian press In the news published by Wolfsberger AC (WAC), it was stated that there was a great transfer activity for 22-year-old Nigerian defender Chibuike Nwaiwu. According to the news, Nwaiwu has become one of the most notable names of this winter transfer period.
It is stated that there is intense interest in the player not only from Austria but also from the leading clubs in Europe. The news states that clubs such as Bayer Leverkusen, Olympique Marseille and Club Brugge are also following Nwaiwu closely. However, it is emphasized that the most concrete and serious offer came from Trabzonspor. In the news, it was written that the offer made by the claret-blue team was “at a level that the club can accept”.
WAC manager Dietmar Riegler said that he expected Nwaiwu to leave the team last summer, but the transfer did not happen at that time. According to Riegler’s statement, the possibility of the player leaving is now much stronger due to the serious offers coming from both Türkiye and Europe during this period.
In the news, it was stated that Nwaiwu could leave the team during this winter transfer period, and Trabzonspor is one of the most serious candidates in this race. It has been reported that Wolfsberger AC is currently evaluating the offers and the decision is expected to be made clear in a short time.

Keep reading