diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-27 14:16:31 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-27 14:16:31 -0400 |
| commit | 50982f9a0574823532e122442d9a3930c9af9123 (patch) | |
| tree | 6d73bbc7a47750823d9bacd09d244f9c3b463a6f /static/js | |
| parent | 8befb9dadb1abee7847bc1f0a242dd23e1f6f36e (diff) | |
add hidden Pixel Fold release page entries
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/releases.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/releases.js b/static/js/releases.js index 1995e2b0..63a8d777 100644 --- a/static/js/releases.js +++ b/static/js/releases.js @@ -1,7 +1,7 @@ // @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT const baseUrl = "https://releases.grapheneos.org/"; -const devices = ["tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; +const devices = ["felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const channels = ["stable", "beta"]; const delayMs = 1000 * 60 * 5; |
