Skip to content

Commit e4d7f82

Browse files
committed
Restore 4/5 BSA, 1/5 legacy ad split
1 parent 9e8c33e commit e4d7f82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)