From 6c1a27fd170f07bb5a4200d8ce2f9a3c06d63ce7 Mon Sep 17 00:00:00 2001 From: Astra Date: Sun, 6 May 2018 20:21:43 -0400 Subject: [PATCH] support development branch --- monitor.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.htm b/monitor.htm index 10ae0b5..dd0d1aa 100644 --- a/monitor.htm +++ b/monitor.htm @@ -45,7 +45,7 @@ function load() { var branch = require('path').basename(data).substr(7); - win.loadURL('https://' + (branch ? branch + '.' : '') + 'discordapp.com/channels/@me'); + win.loadURL('https://' + (branch && branch != 'development' ? branch + '.' : '') + 'discordapp.com/channels/@me'); } // dont update EPAPI/CRISPR if DONTUPDATE exists