Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for handleSponsorImages (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/en/docs/js/custom.js

                index = (index + 1) % children.length
            }
            announceRandom()
            setInterval(announceRandom, timeInterval
            )
        }
    }
    
    function handleSponsorImages() {
        const announceRight = document.getElementById('announce-right');
        if(!announceRight) return;
    
        const sponsorImages = document.querySelectorAll('.sponsor-image');
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Mon Sep 22 15:11:52 GMT 2025
    - 6.3K bytes
    - Click Count (2)
Back to Top