diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-12 07:20:29 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-12 07:21:30 -0400 |
| commit | 604b874b6b0a09fc3a1a1051cf870d28f81e8ff2 (patch) | |
| tree | da76c7c4505f5dddcfafdc06eb19cf4ae0cc27bc /static/js/releases.js | |
| parent | 8035683693f0935244b45b9d38c676fd46deb902 (diff) | |
releases: add hidden placeholders for husky/shiba
Diffstat (limited to 'static/js/releases.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 63a8d777..2a6da0b0 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 = ["felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; +const devices = ["husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const channels = ["stable", "beta"]; const delayMs = 1000 * 60 * 5; |
