Skip to content

Commit b1ba715

Browse files
author
john lim
committed
no changes
1 parent bfa287b commit b1ba715

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/electron/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ app.on('web-contents-created', (event, contents) => {
248248
selfHost,
249249
'http://localhost:5000',
250250
'https://reactype.herokuapp.com',
251-
'https://github.com/',
251+
'https://github.com',
252252
'https://nextjs.org',
253253
'https://developer.mozilla.org',
254254
'https://www.facebook.com',
@@ -439,7 +439,7 @@ ipcMain.on('github', event => {
439439
})
440440

441441
github.webContents.on('did-get-redirect-request', (e, oldUrl, newUrl) => handleCallback(newUrl));
442-
442+
443443
// Reset the authWindow on close
444444
github.on('close', () => authWindow = null, false);
445445

app/electron/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var MenuBuilder = function(mainWindow, appName) {
2727
contextIsolation: true,
2828
enableRemoteModule: false,
2929
zoomFactor: 1.0,
30-
// devTools: false
30+
devTools: false
3131
}
3232
});
3333
tutorial.loadURL(`http://localhost:8080/#/tutorial`);

0 commit comments

Comments
 (0)