diff --git a/index.html b/index.html index e4df15843..132da9e46 100644 --- a/index.html +++ b/index.html @@ -736,7 +736,7 @@ on supported browsers please check http://www.w - + diff --git a/js/shell.js b/js/shell.js index d92a3139c..de3ce38fc 100644 --- a/js/shell.js +++ b/js/shell.js @@ -14,7 +14,7 @@ if (typeof module !== 'undefined') module = { exports: null }; // are we running in copay shell? - if (process && process.type === 'renderer') initCopayShellBindings(); + if (window.process && process.type === 'renderer') initCopayShellBindings(); function controller(name) { return angular.element(