From a899d1c336c5336b11257d1c48e4dd3e4d18a5be Mon Sep 17 00:00:00 2001 From: lincolncoe Date: Thu, 5 Apr 2018 11:32:40 -0600 Subject: [PATCH] Removing App ID until we can handle SSO We need to have a better way to handle SSO, I'll comment this out until we have that change in place. --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index 818a5b1..e61ddec 100644 --- a/background.js +++ b/background.js @@ -242,7 +242,7 @@ function launch(launchData) { chrome.app.window.create(page, { //We only want to allow a single instance of our app open at a time - id: "IL App", + //id: "IL App", outerBounds: { width: width, height: height