diff --git a/docs/en/docs/js/custom.js b/docs/en/docs/js/custom.js index cbd048492..48e95901d 100644 --- a/docs/en/docs/js/custom.js +++ b/docs/en/docs/js/custom.js @@ -138,7 +138,7 @@ async function showRandomAnnouncement(groupId, timeInterval) { function handleSponsorImages() { const announceRight = document.getElementById('announce-right'); if(!announceRight) return; - + const sponsorImages = document.querySelectorAll('.sponsor-image'); const imagePromises = Array.from(sponsorImages).map(img => {