mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Deploy beta to 10% of users.
This commit is contained in:
parent
76bbc901f9
commit
4ef57aaa61
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@
|
|||
|
||||
check_if_forced_upgrade_to_beta_site: function () {
|
||||
if (
|
||||
NEWSBLUR.Globals.user_id % 100 <= 1
|
||||
NEWSBLUR.Globals.user_id % 100 <= 10
|
||||
) {
|
||||
// See ya
|
||||
window.location.href = "https://beta.newsblur.com";
|
||||
|
|
Loading…
Add table
Reference in a new issue