Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setInterval (1.22 sec)

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

                children.forEach((el, i) => { el.style.display = "none" });
                children[index].style.display = "block"
                index = (index + 1) % children.length
            }
            announceRandom()
            setInterval(announceRandom, timeInterval
            )
        }
    }
    
    function handleSponsorImages() {
        const announceRight = document.getElementById('announce-right');
        if(!announceRight) return;
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Mon Sep 22 15:11:52 UTC 2025
    - 6.3K bytes
    - Viewed (2)
Back to top