|
|
@ -1,6 +1,7 @@ |
|
|
|
const Helper = require('./util/mascara-test-helper.js') |
|
|
|
const Helper = require('./util/mascara-test-helper.js') |
|
|
|
|
|
|
|
|
|
|
|
window.addEventListener('load', () => { |
|
|
|
window.addEventListener('load', () => { |
|
|
|
|
|
|
|
window.METAMASK_SKIP_RELOAD = true |
|
|
|
// inject app container
|
|
|
|
// inject app container
|
|
|
|
const body = document.body |
|
|
|
const body = document.body |
|
|
|
const container = document.createElement('div') |
|
|
|
const container = document.createElement('div') |
|
|
|