Skip to content

Commit 05c82f4

Browse files
committed
Restore 4/5 BSA, 1/5 legacy ad split
1 parent 28ce890 commit 05c82f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/sponsor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
return true
171171
}
172172

173-
return true // TODO: restore to Math.floor(Math.random() * 5) !== 0 (80/20 split)
173+
return Math.floor(Math.random() * 5) !== 0
174174
}
175175

176176
async function loadBsaSponsor() {

0 commit comments

Comments
 (0)