mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
old.newsblur.com
This commit is contained in:
parent
88d0b3db32
commit
8d27d980f1
1 changed files with 3 additions and 1 deletions
|
@ -171,7 +171,9 @@
|
|||
|
||||
check_if_forced_upgrade_to_beta_site: function () {
|
||||
if (
|
||||
NEWSBLUR.Globals.user_id % 100 <= 50 && !NEWSBLUR.Globals.is_admin
|
||||
NEWSBLUR.Globals.user_id % 100 <= 50 &&
|
||||
!NEWSBLUR.Globals.is_admin &&
|
||||
!window.location.href.includes('old.newsblur.com')
|
||||
) {
|
||||
// See ya
|
||||
window.location.href = "https://beta.newsblur.com";
|
||||
|
|
Loading…
Add table
Reference in a new issue