diff --git a/theme/sponsor.js b/theme/sponsor.js index c4da94082..c9dd9b680 100644 --- a/theme/sponsor.js +++ b/theme/sponsor.js @@ -170,7 +170,7 @@ return true } - return true // TODO: restore to Math.floor(Math.random() * 5) !== 0 (80/20 split) + return Math.floor(Math.random() * 5) !== 0 } async function loadBsaSponsor() {