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