Commit ebd130c0 authored by chriseth's avatar chriseth Committed by GitHub

Merge pull request #206 from ethereum/remove-solidity-interface

Remove Solidity Interface from the output
parents 0437df1c 0b96c9de
......@@ -133,8 +133,7 @@ module.exports = {
detailsOpen: {},
getDetails: function (contract, source, contractName) {
var button = $('<button>Toggle Details</button>');
var details = $('<div style="display: none;"/>')
.append(this.tableRow('Solidity Interface', contract.solidity_interface));
var details = $('<div style="display: none;"/>');
var funHashes = '';
for (var fun in contract.functionHashes) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment