|
|
|
@ -30,8 +30,10 @@ var EditorPanel = require('./app/editor-panel') |
|
|
|
|
var RighthandPanel = require('./app/righthand-panel') |
|
|
|
|
var examples = require('./app/example-contracts') |
|
|
|
|
var modalDialogCustom = require('./app/modal-dialog-custom') |
|
|
|
|
/* |
|
|
|
|
var Txlistener = require('./app/txListener') |
|
|
|
|
var EventsDecoder = require('./app/eventsDecoder') |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
var css = csjs` |
|
|
|
|
html { box-sizing: border-box; } |
|
|
|
@ -749,7 +751,8 @@ function run () { |
|
|
|
|
node.insertBefore(staticanalysis.render(), node.childNodes[0]) |
|
|
|
|
|
|
|
|
|
// ----------------- Tx listener -----------------
|
|
|
|
|
|
|
|
|
|
// not used right now
|
|
|
|
|
/* |
|
|
|
|
var compiledContracts = function () { |
|
|
|
|
if (compiler.lastCompilationResult && compiler.lastCompilationResult.data) { |
|
|
|
|
return compiler.lastCompilationResult.data.contracts |
|
|
|
@ -800,6 +803,7 @@ function run () { |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
// ----------------- autoCompile -----------------
|
|
|
|
|
var autoCompile = document.querySelector('#autoCompile').checked |
|
|
|
|