Skip to content

Commit 2c28fcb

Browse files
author
Grady Sigler
authored
Merge pull request #9 from ImagineLearning/remove-app-id
Removing App ID until we can handle SSO
2 parents f863927 + a899d1c commit 2c28fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function launch(launchData) {
242242

243243
chrome.app.window.create(page, {
244244
//We only want to allow a single instance of our app open at a time
245-
id: "IL App",
245+
//id: "IL App",
246246
outerBounds: {
247247
width: width,
248248
height: height

0 commit comments

Comments
 (0)