Cleaned up some unused functions

This commit is contained in:
Lefteris Karapetsas 2015-01-14 09:28:52 +01:00
parent dac93ed616
commit a4049fb85c
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@
<button type="button" onClick="createExampleContract();">create example contract</button>
</div>
<div id='call' style='visibility: hidden;'>
<input type="number" id="value" onkeyup='callExampleContract()'></input>
<input type="number" id="value"></input>
<button type="button" onClick="callExampleContract()">Call Contract</button>
</div>
<div id="result"></div>
</body>