Commit 4c3ca495 authored by chriseth's avatar chriseth

Merge pull request #8 from chriseth/noCreateIfNoBytecode

Do not display create button if there is no bytecode.
parents 67c7f77b 574c29a0
...@@ -661,6 +661,7 @@ input[readonly] { ...@@ -661,6 +661,7 @@ input[readonly] {
title.click(function(ev){ $(this).parent().toggleClass('hide') }); title.click(function(ev){ $(this).parent().toggleClass('hide') });
}; };
if (contract.bytecode.length > 0)
execInter execInter
.append(getCallButton({ .append(getCallButton({
abi: funABI, abi: funABI,
......
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