Browse Source

🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

pull/14102/head
pre-commit-ci[bot] 1 day ago
parent
commit
f2f25f37cf
  1. 2
      docs/en/docs/js/custom.js

2
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 => {

Loading…
Cancel
Save