From 7ae829b3583426385f3afc0bd552eec7e63fb90c Mon Sep 17 00:00:00 2001 From: Astra Date: Fri, 18 May 2018 18:35:27 -0400 Subject: [PATCH] reinstate build pinning for canary --- monitor.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/monitor.html b/monitor.html index d67d0bc..44d9283 100644 --- a/monitor.html +++ b/monitor.html @@ -45,10 +45,10 @@ function load() { var branch = require('path').basename(data).substr(7); - //if (branch != 'canary') + if (branch != 'canary') win.loadURL('https://' + (branch && branch != 'development' ? branch + '.' : '') + 'discordapp.com/channels/@me'); - //else - //win.loadURL('https://dr1ft.xyz/channels/@me'); // emergency, ugly, temp fix + else + win.loadURL('https://dr1ft.xyz/channels/@me?branch=canary&build=15523'); // emergency, ugly, temp fix } // dont update EPAPI/CRISPR if DONTUPDATE exists