From 28ce890ddeed4989327dd4c8e852e03ca38f5532 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Wed, 8 Apr 2026 16:51:02 +0200 Subject: [PATCH] Temp: BSA ads 5/5 times for verification --- theme/sponsor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {