Commit a4049fb8 authored by Lefteris Karapetsas's avatar Lefteris Karapetsas

Cleaned up some unused functions

parent dac93ed6
...@@ -68,7 +68,8 @@ ...@@ -68,7 +68,8 @@
<button type="button" onClick="createExampleContract();">create example contract</button> <button type="button" onClick="createExampleContract();">create example contract</button>
</div> </div>
<div id='call' style='visibility: hidden;'> <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>
<div id="result"></div> <div id="result"></div>
</body> </body>
......
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