diff --git a/index.html b/index.html index b4322cbcf..cc93e7ee3 100644 --- a/index.html +++ b/index.html @@ -919,6 +919,9 @@ on supported browsers please check http://www.w + + + @@ -939,7 +942,6 @@ on supported browsers please check http://www.w - diff --git a/js/shell.js b/js/shell.js index 6019b164b..9e3a89ff0 100644 --- a/js/shell.js +++ b/js/shell.js @@ -12,7 +12,7 @@ ** the renderer into thinking that we are _not_ in a CommonJS environment. */ if (typeof module !== 'undefined') module = { - exports: null + exports: false }; // are we running in copay shell? diff --git a/shell/index.js b/shell/index.js index f28a1ee73..899d053a2 100644 --- a/shell/index.js +++ b/shell/index.js @@ -24,8 +24,7 @@ module.exports = function(copay) { // create the main window mainWindow = new BrowserWindow({ width: config.window.width, - height: config.window.height, - "node-integration": "disable" + height: config.window.height }); // hide the empty window