summaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js')
-rw-r--r--static/js/releases.js2
-rw-r--r--static/js/web-install.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/static/js/releases.js b/static/js/releases.js
index d0a2f83f..1e0d760f 100644
--- a/static/js/releases.js
+++ b/static/js/releases.js
@@ -2,7 +2,7 @@
const baseUrl = "https://releases.grapheneos.org/";
const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/";
-const devices = ["raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
+const devices = ["bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
const channels = ["stable", "beta"];
const delayMs = 1000 * 60 * 5;
diff --git a/static/js/web-install.js b/static/js/web-install.js
index 9fefe5c5..1c234eab 100644
--- a/static/js/web-install.js
+++ b/static/js/web-install.js
@@ -146,7 +146,7 @@ const qualcommDevices = ["barbet", "redfin", "bramble", "sunfish", "coral", "fla
const legacyQualcommDevices = ["sunfish", "coral", "flame", "bonito", "sargo", "crosshatch", "blueline"];
-const gs101Devices = ["raven", "oriole"];
+const gs101Devices = ["bluejay", "raven", "oriole"];
async function getLatestRelease() {
let product = await device.getVariable("product");